Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_tsn.c270 u16 txoffset; in igc_tsn_adjust_txtime_offset() local
277 txoffset = IGC_TXOFFSET_SPEED_10; in igc_tsn_adjust_txtime_offset()
280 txoffset = IGC_TXOFFSET_SPEED_100; in igc_tsn_adjust_txtime_offset()
283 txoffset = IGC_TXOFFSET_SPEED_1000; in igc_tsn_adjust_txtime_offset()
286 txoffset = IGC_TXOFFSET_SPEED_2500; in igc_tsn_adjust_txtime_offset()
289 txoffset = 0; in igc_tsn_adjust_txtime_offset()
293 wr32(IGC_GTXOFFSET, txoffset); in igc_tsn_adjust_txtime_offset()