Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_idc.c210 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_qos_params() local
214 dcbx_cfg = &pf->hw.port_info->qos_cfg.local_dcbx_cfg; in ice_get_qos_params()
217 qos->num_tc = ice_dcb_get_num_tc(dcbx_cfg); in ice_get_qos_params()
222 qos->tc_info[i].rel_bw = dcbx_cfg->etscfg.tcbwtable[i]; in ice_get_qos_params()
224 qos->pfc_mode = dcbx_cfg->pfc_mode; in ice_get_qos_params()
227 qos->dscp_map[i] = dcbx_cfg->dscp_map[i]; in ice_get_qos_params()
A Dice_dcb.c908 struct ice_dcbx_cfg *dcbx_cfg = NULL; in ice_get_ieee_or_cee_dcb_cfg() local
915 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
917 dcbx_cfg = &pi->qos_cfg.desired_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
923 ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID, dcbx_cfg); in ice_get_ieee_or_cee_dcb_cfg()
928 dcbx_cfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
948 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg() local
961 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_dcb_cfg()
962 dcbx_cfg->dcbx_mode = ICE_DCBX_MODE_IEEE; in ice_get_dcb_cfg()
987 dcbx_cfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_get_dcb_cfg_from_mib_change()
993 dcbx_cfg->dcbx_mode = ICE_DCBX_MODE_IEEE; in ice_get_dcb_cfg_from_mib_change()
[all …]
A Dice_ethtool.c3182 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() local
3189 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_pauseparam()
3204 if (dcbx_cfg->pfc.pfcena) in ice_get_pauseparam()
3229 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam() local
3240 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_set_pauseparam()
3286 if (dcbx_cfg->pfc.pfcena) { in ice_set_pauseparam()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_ethtool.c1664 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config; in i40e_get_pauseparam() local
1671 if (dcbx_cfg->pfc.pfcenable) { in i40e_get_pauseparam()
1700 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config; in i40e_set_pauseparam() local
1730 if (dcbx_cfg->pfc.pfcenable) { in i40e_set_pauseparam()

Completed in 27 milliseconds