Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_lib.c170 static u8 ice_dcb_tc_contig(u8 tc_map);
172 static int ice_pf_vsi_cfg_tc(struct ice_softc *sc, u8 tc_map);
633 vsi->tc_map = 0x1; in ice_setup_vsi_qmap()
7078 if (!(vsi->tc_map & BIT(tc))) in ice_vsi_disable_tx()
8572 u8 tc_map = 0; in ice_dcb_get_tc_map() local
8582 tc_map |= BIT(dcbcfg->etscfg.prio_table[i]); in ice_dcb_get_tc_map()
8586 tc_map |= BIT(dcbcfg->dscp_map[i]); in ice_dcb_get_tc_map()
8590 tc_map = ICE_DFLT_TRAFFIC_CLASS; in ice_dcb_get_tc_map()
8594 return (tc_map); in ice_dcb_get_tc_map()
8609 u8 tc_map; in ice_dcb_get_num_tc() local
[all …]
H A Dice_lib.h591 u16 tc_map; /* bitmap of enabled Traffic Classes */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h285 u8 tc_map[8]; member