Home
last modified time | relevance | path

Searched refs:maxtc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c103 new_cfg->etscfg.maxtcs = pf->hw.func_caps.common_cap.maxtc; in ice_dcbnl_setets()
139 *num = pf->hw.func_caps.common_cap.maxtc; in ice_dcbnl_getnumtcs()
286 new_cfg->pfc.pfccap = pf->hw.func_caps.common_cap.maxtc; in ice_dcbnl_setpfc()
348 new_cfg->pfc.pfccap = pf->hw.func_caps.common_cap.maxtc; in ice_dcbnl_set_pfc_cfg()
768 max_tc = pf->hw.func_caps.common_cap.maxtc; in ice_dcbnl_setapp()
H A Dice_common.c2389 caps->maxtc = phys_id; in ice_parse_common_caps()
2393 ice_debug(hw, ICE_DBG_INIT, "%s: maxtc = %d\n", prefix, caps->maxtc); in ice_parse_common_caps()
2507 caps->maxtc = 4; in ice_recalc_port_limited_caps()
2508 ice_debug(hw, ICE_DBG_INIT, "reducing maxtc to %d (based on #ports)\n", in ice_recalc_port_limited_caps()
2509 caps->maxtc); in ice_recalc_port_limited_caps()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h841 u32 maxtc; member
H A Dixgbe_e610.c571 caps->maxtc = phys_id; in ixgbe_parse_e610_caps()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h265 u32 maxtc; member
H A Di40e_common.c2724 p->maxtc = phys_id; in i40e_parse_discover_capabilities()