HomeSort by: relevance | last modified time | path
    Searched defs:rxfcnt (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local in function:athn_ani_monitor
1611 rxfcnt = AR_READ(sc, AR_RFCNT); /* Rx frame count. */
1617 rxfdelta = rxfcnt - ani->rxfcnt;
1626 ani->rxfcnt = rxfcnt;
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local in function:athn_ani_monitor
1611 rxfcnt = AR_READ(sc, AR_RFCNT); /* Rx frame count. */
1617 rxfdelta = rxfcnt - ani->rxfcnt;
1626 ani->rxfcnt = rxfcnt;
athnvar.h 357 uint32_t rxfcnt; member in struct:athn_ani
athnvar.h 357 uint32_t rxfcnt; member in struct:athn_ani

Completed in 29 milliseconds