Searched refs:IGC_TXARB_TXQ_PRIO_1 (Results 1 – 2 of 2) sorted by relevance
318 txarb |= IGC_TXARB_TXQ_PRIO_1(TX_QUEUE_2); in igc_tsn_tx_arb()323 txarb |= IGC_TXARB_TXQ_PRIO_1(TX_QUEUE_1); in igc_tsn_tx_arb()
610 #define IGC_TXARB_TXQ_PRIO_1(x) FIELD_PREP(IGC_TXARB_TXQ_PRIO_1_MASK, (x)) macro