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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dmcp_private.h285 u8 tc_map[8]; member in struct:__anon4408
/freebsd-current/sys/dev/ice/
H A Dice_lib.c167 static u8 ice_dcb_tc_contig(u8 tc_map);
169 static int ice_pf_vsi_cfg_tc(struct ice_softc *sc, u8 tc_map);
628 vsi->tc_map = 0x1;
6903 if (!(vsi->tc_map & BIT(tc)))
8399 u8 tc_map = 0; local
8409 tc_map |= BIT(dcbcfg->etscfg.prio_table[i]);
8413 tc_map |= BIT(dcbcfg->dscp_map[i]);
8417 tc_map = ICE_DFLT_TRAFFIC_CLASS;
8421 return (tc_map);
8436 u8 tc_map; local
8682 ice_pf_vsi_cfg_tc(struct ice_softc *sc, u8 tc_map) argument
8755 ice_dcb_tc_contig(u8 tc_map) argument
8790 u8 tc_map = 0; local
[all...]
H A Dice_lib.h544 u16 tc_map; /* bitmap of enabled Traffic Classes */ member in struct:ice_vsi

Completed in 192 milliseconds