Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h557 #define IGC_TXARB_TXQ_PRIO_0_MASK GENMASK(1, 0) macro
561 #define IGC_TXARB_TXQ_PRIO_0(x) FIELD_PREP(IGC_TXARB_TXQ_PRIO_0_MASK, (x))
H A Digc_tsn.c115 txarb &= ~(IGC_TXARB_TXQ_PRIO_0_MASK | in igc_tsn_tx_arb()