Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A 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()
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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_dcb_lib.c535 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()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dqed_if.h94 bool ets_willing; member