Searched refs:IGC_TQAVCTRL (Results 1 – 2 of 2) sorted by relevance
255 return !!(rd32(IGC_TQAVCTRL) & IGC_TQAVCTRL_TRANSMIT_MODE_TSN); in igc_tsn_is_tx_mode_in_tsn()372 tqavctrl = rd32(IGC_TQAVCTRL); in igc_tsn_disable_offload()377 wr32(IGC_TQAVCTRL, tqavctrl); in igc_tsn_disable_offload()607 tqavctrl = rd32(IGC_TQAVCTRL) & ~(IGC_TQAVCTRL_FUTSCDDIS | in igc_tsn_enable_offload()652 wr32(IGC_TQAVCTRL, tqavctrl); in igc_tsn_enable_offload()
242 #define IGC_TQAVCTRL 0x3570 macro
Completed in 10 milliseconds