Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c1108 u_int32_t tx_frame_count, rx_frame_count, cycle_count; in ar9300_ani_get_listen_time() local
1112 tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_ani_get_listen_time()
1135 int32_t tfdelta = tx_frame_count - ani_state->tx_frame_count; in ar9300_ani_get_listen_time()
1156 ani_state->tx_frame_count = tx_frame_count; in ar9300_ani_get_listen_time()
H A Dar9300_freebsd_inc.h178 u_int32_t tx_frame_count; member
H A Dar9300_misc.c2091 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT); in ar9300_get_mib_cycle_counts()
2096 p_cnts->tx_frame_count) ? AH_FALSE : AH_TRUE; in ar9300_get_mib_cycle_counts()
3100 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
H A Dar9300.h174 u_int32_t tx_frame_count; /* Last tx_frame_count */ member