Searched refs:tl_tx_underrun (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tlreg.h406 #define tl_tx_underrun(x) ((x.tl_txstat & ~TL_FRAME_MASK) >> 24) macro
H A Dif_tl.c1735 if_inc_counter(ifp, IFCOUNTER_OERRORS, tl_tx_underrun(tl_stats));
1737 if (tl_tx_underrun(tl_stats)) {

Completed in 102 milliseconds