Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_dcb_lib.h19 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg);
70 static inline u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg __always_unused *dcbcfg) in ice_dcb_get_num_tc() function
Dice_dcb_lib.c57 num_tc = ice_dcb_get_num_tc(dcbcfg); in ice_dcb_get_ena_tc()
147 u8 ice_dcb_get_num_tc(struct ice_dcbx_cfg *dcbcfg) in ice_dcb_get_num_tc() function
243 num_tc = ice_dcb_get_num_tc(dcbcfg); in ice_dcb_bwchk()
287 if (ice_dcb_get_num_tc(new_cfg) > 1) { in ice_pf_dcb_cfg()
898 if (ice_dcb_get_num_tc(&pi->local_dcbx_cfg) > 1) { in ice_dcb_process_lldp_set_mib_change()
Dice_lib.c2080 vsi->tc_cfg.numtc = ice_dcb_get_num_tc(cfg); in ice_vsi_set_tc_cfg()