| /src/sys/dev/ic/ |
| athn.c | 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local 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 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
|