Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb.c893 struct ice_dcbx_cfg *dcbx_cfg = NULL; in ice_get_ieee_or_cee_dcb_cfg() local
900 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
902 dcbx_cfg = &pi->qos_cfg.desired_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
908 ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID, dcbx_cfg); in ice_get_ieee_or_cee_dcb_cfg()
913 dcbx_cfg = &pi->qos_cfg.remote_dcbx_cfg; in ice_get_ieee_or_cee_dcb_cfg()
915 ICE_AQ_LLDP_BRID_TYPE_NEAREST_BRID, dcbx_cfg); in ice_get_ieee_or_cee_dcb_cfg()
933 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_dcb_cfg() local
946 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_dcb_cfg()
947 dcbx_cfg->dcbx_mode = ICE_DCBX_MODE_IEEE; in ice_get_dcb_cfg()
964 struct ice_dcbx_cfg *dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_dcb_cfg_from_mib_change() local
[all …]
H A Dice_dcb_lib.c960 struct ice_dcbx_cfg *dcbx_cfg; in ice_setup_dcb_qos_info() local
967 dcbx_cfg = &pf->hw.port_info->qos_cfg.local_dcbx_cfg; in ice_setup_dcb_qos_info()
970 qos_info->num_tc = ice_dcb_get_num_tc(dcbx_cfg); in ice_setup_dcb_qos_info()
976 qos_info->tc_info[i].rel_bw = dcbx_cfg->etscfg.tcbwtable[i]; in ice_setup_dcb_qos_info()
978 qos_info->pfc_mode = dcbx_cfg->pfc_mode; in ice_setup_dcb_qos_info()
981 qos_info->dscp_map[i] = dcbx_cfg->dscp_map[i]; in ice_setup_dcb_qos_info()
H A Dice_ethtool.c3459 struct ice_dcbx_cfg *dcbx_cfg; in ice_get_pauseparam() local
3466 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_get_pauseparam()
3481 if (dcbx_cfg->pfc.pfcena) in ice_get_pauseparam()
3506 struct ice_dcbx_cfg *dcbx_cfg; in ice_set_pauseparam() local
3517 dcbx_cfg = &pi->qos_cfg.local_dcbx_cfg; in ice_set_pauseparam()
3563 if (dcbx_cfg->pfc.pfcena) { in ice_set_pauseparam()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1665 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config; in i40e_get_pauseparam() local
1672 if (dcbx_cfg->pfc.pfcenable) { in i40e_get_pauseparam()
1701 struct i40e_dcbx_config *dcbx_cfg = &hw->local_dcbx_config; in i40e_set_pauseparam() local
1731 if (dcbx_cfg->pfc.pfcenable) { in i40e_set_pauseparam()