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 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 |