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.c199 static u8 ice_dcb_tc_contig(u8 tc_map);
201 static int ice_pf_vsi_cfg_tc(struct ice_softc *sc, u8 tc_map);
662 vsi->tc_map = 0x1; in ice_setup_vsi_qmap()
7186 if (!(vsi->tc_map & BIT(tc))) in ice_vsi_disable_tx()
8750 u8 tc_map = 0; in ice_dcb_get_tc_map() local
8760 tc_map |= BIT(dcbcfg->etscfg.prio_table[i]); in ice_dcb_get_tc_map()
8764 tc_map |= BIT(dcbcfg->dscp_map[i]); in ice_dcb_get_tc_map()
8768 tc_map = ICE_DFLT_TRAFFIC_CLASS; in ice_dcb_get_tc_map()
8772 return (tc_map); in ice_dcb_get_tc_map()
8787 u8 tc_map; in ice_dcb_get_num_tc() local
[all …]
H A Dice_lib.h604 u16 tc_map; /* bitmap of enabled Traffic Classes */ member
/freebsd/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h285 u8 tc_map[8]; member