Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_tsn.c69 wr32(IGC_TXQCTL(i), 0); in igc_tsn_disable_offload()
203 wr32(IGC_TXQCTL(i), txqctl); in igc_tsn_enable_offload()
Digc_regs.h226 #define IGC_TXQCTL(_n) (0x3344 + 0x4 * (_n)) macro