Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/tl/
H A Dif_tlreg.h434 #define tl_rx_goodframes(x) (x.tl_rxstat & TL_FRAME_MASK) macro
H A Dif_tl.c1703 IFNET_STAT_INC(ifp, ipackets, tl_rx_goodframes(tl_stats)); in tl_stats_update_serialized()