HomeSort by: relevance | last modified time | path
    Searched defs:txfcnt (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
1610 txfcnt = AR_READ(sc, AR_TFCNT); /* Tx frame count. */
1616 txfdelta = txfcnt - ani->txfcnt;
1625 ani->txfcnt = txfcnt;
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local in function:athn_ani_monitor
1610 txfcnt = AR_READ(sc, AR_TFCNT); /* Tx frame count. */
1616 txfdelta = txfcnt - ani->txfcnt;
1625 ani->txfcnt = txfcnt;
athnvar.h 356 uint32_t txfcnt; member in struct:athn_ani
athnvar.h 356 uint32_t txfcnt; member in struct:athn_ani

Completed in 32 milliseconds