Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dathn.c1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local
1610 txfcnt = AR_READ(sc, AR_TFCNT); /* Tx frame count. */ in athn_ani_monitor()
1616 txfdelta = txfcnt - ani->txfcnt; in athn_ani_monitor()
1625 ani->txfcnt = txfcnt; in athn_ani_monitor()
Dathnvar.h356 uint32_t txfcnt; member