Home | Sort by: relevance | last modified time | path |
/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; |
athnvar.h | 357 uint32_t rxfcnt; member in struct:athn_ani |