Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c224 static int t4_tx_coalesce_gap = 5; variable
226 &t4_tx_coalesce_gap, 0, "tx gap (in microseconds)");
3126 const uint64_t itg = tsc_freq * t4_tx_coalesce_gap / 1000000; in record_eth_tx_time()