Home
last modified time | relevance | path

Searched refs:p_stats (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c3068 struct ath_hal *ah, HAL_VOWSTATS* p_stats, u_int8_t vow_reg_flags)
3071 p_stats->tx_frame_count = OS_REG_READ(ah, AR_TFCNT);
3074 p_stats->rx_frame_count = OS_REG_READ(ah, AR_RFCNT);
3077 p_stats->rx_clear_count = OS_REG_READ(ah, AR_RCCNT);
3080 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
3083 p_stats->ext_cycle_count = OS_REG_READ(ah, AR_EXTRCCNT);
H A Dar9300.h1572 extern void ar9300_get_vow_stats(struct ath_hal *ah, HAL_VOWSTATS *p_stats,
/dragonfly/sys/sys/
H A Dproc.h234 struct pstats *p_stats; member