Searched refs:TXGBE_DCBUP2TC_MAP (Results 1 – 2 of 2) sorted by relevance
154 reg |= TXGBE_DCBUP2TC_MAP(i, map[i]); in txgbe_dcb_config_tx_data_arbiter_raptor()
478 #define TXGBE_DCBUP2TC_MAP(tc, v) LS(v, 3 * (tc), 0x7) macro