Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/realtek/
D8139too.c395 TxIFGShift = 24, enumerator
396 TxIFG84 = (0 << TxIFGShift), /* 8.4us / 840ns (10 / 100Mbps) */
397 TxIFG88 = (1 << TxIFGShift), /* 8.8us / 880ns (10 / 100Mbps) */
398 TxIFG92 = (2 << TxIFGShift), /* 9.2us / 920ns (10 / 100Mbps) */
399 TxIFG96 = (3 << TxIFGShift), /* 9.6us / 960ns (10 / 100Mbps) */