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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd_inc.h178 u_int32_t tx_frame_count; member in struct:halvowstats
H A Dar9300_ani.c1063 u_int32_t tx_frame_count, rx_frame_count, cycle_count; local
1067 tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
1090 int32_t tfdelta = tx_frame_count - ani_state->tx_frame_count;
1111 ani_state->tx_frame_count = tx_frame_count;
H A Dar9300_misc.c2068 p_cnts->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
2073 p_cnts->tx_frame_count) ? AH_FALSE : AH_TRUE;
3077 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 in struct:ar9300_ani_state
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h599 u_int32_t tx_frame_count; member in struct:halCounters

Completed in 89 milliseconds