Searched refs:ets_willing (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.h | 18 int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked);
|
H A D | ice_dcb_lib.c | 631 * @ets_willing: configure ETS willing 634 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 554 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() 1061 if (p_params->ets_willing) in qed_dcbx_set_ets_data() 1918 dcbx_set.config.params.ets_willing = willing; in qed_dcbnl_setfeatcfg() 2022 pg->willing = dcbx_info->remote.params.ets_willing; in qed_dcbnl_cee_peer_getpg() 2157 ets->willing = params->ets_willing; in qed_dcbnl_get_ieee_ets() 2199 dcbx_set.config.params.ets_willing = ets->willing; in qed_dcbnl_ieee_setets()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 554 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_lib.c | 532 * @ets_willing: configure ETS willing 535 static int ice_dcb_sw_dflt_cfg(struct ice_pf *pf, bool ets_willing, bool locked) in ice_dcb_sw_dflt_cfg() argument 551 dcbcfg->etscfg.willing = ets_willing ? 1 : 0; in ice_dcb_sw_dflt_cfg()
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_if.h | 94 bool ets_willing; member
|
/kernel/linux/linux-6.6/include/linux/qed/ |
H A D | qed_if.h | 98 bool ets_willing; member
|
Completed in 16 milliseconds