Home
last modified time | relevance | path

Searched refs:ets_willing (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_dcb_lib.h18 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked);
Dice_dcb_lib.c634 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg() argument
650 dcbcfg->etscfg.willing = ets_willing ? 1 : 0; in ice_dcb_sw_dflt_cfg()
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c554 p_params->ets_willing = QED_MFW_GET_FIELD(p_ets->flags, in qed_dcbx_get_ets_data()
563 p_params->ets_willing, p_params->ets_enabled, in qed_dcbx_get_ets_data()
1059 if (p_params->ets_willing) in qed_dcbx_set_ets_data()
1916 dcbx_set.config.params.ets_willing = willing; in qed_dcbnl_setfeatcfg()
2020 pg->willing = dcbx_info->remote.params.ets_willing; in qed_dcbnl_cee_peer_getpg()
2155 ets->willing = params->ets_willing; in qed_dcbnl_get_ieee_ets()
2197 dcbx_set.config.params.ets_willing = ets->willing; in qed_dcbnl_ieee_setets()
/linux-6.12.1/include/linux/qed/
Dqed_if.h98 bool ets_willing; member