Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/tl/
H A Dif_tlreg.h433 #define tl_tx_underrun(x) ((x.tl_txstat & ~TL_FRAME_MASK) >> 24) macro
H A Dif_tl.c1706 IFNET_STAT_INC(ifp, oerrors, tl_tx_underrun(tl_stats)); in tl_stats_update_serialized()
1708 if (tl_tx_underrun(tl_stats)) { in tl_stats_update_serialized()