Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dmtd8xxvar.h52 #define TSW_NCR_GET(x) (((x) & TSW_NCR_MASK) >> TSW_NCR_SHIFT) macro
H A Dmtd8xx.c1030 ifp->if_collisions += TSW_NCR_GET(txstat); in mtd_txeof()