Home
last modified time | relevance | path

Searched refs:IGC_TXARB_TXQ_PRIO_3_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/igc/
Digc_defines.h560 #define IGC_TXARB_TXQ_PRIO_3_MASK GENMASK(7, 6) macro
564 #define IGC_TXARB_TXQ_PRIO_3(x) FIELD_PREP(IGC_TXARB_TXQ_PRIO_3_MASK, (x))
Digc_tsn.c118 IGC_TXARB_TXQ_PRIO_3_MASK); in igc_tsn_tx_arb()