Home
last modified time | relevance | path

Searched refs:tx_frame_count (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c1063 u_int32_t tx_frame_count, rx_frame_count, cycle_count; in ar9300_ani_get_listen_time() local
1067 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
1090 int32_t tfdelta = tx_frame_count - ani_state->tx_frame_count; in ar9300_ani_get_listen_time()
1111 ani_state->tx_frame_count = tx_frame_count; in ar9300_ani_get_listen_time()
H A Dar9300_freebsd_inc.h195 u_int32_t tx_frame_count; member
H A Dar9300_misc.c2066 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2071 p_cnts->tx_frame_count) ? AH_FALSE : AH_TRUE; in ar9300_get_mib_cycle_counts()
3071 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300.h186 u_int32_t tx_frame_count; /* Last tx_frame_count */ member
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h599 u_int32_t tx_frame_count; member