Home
last modified time | relevance | path

Searched refs:bb_mac_samp (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Ddebug.c784 #define TX_SAMP_DBG(c) (sc->debug.bb_mac_samp[sc->debug.sampidx].ts\ in ath_debug_stat_tx()
963 #define RX_SAMP_DBG(c) (sc->debug.bb_mac_samp[sc->debug.sampidx].rs\ in ath_debug_stat_rx()
1254 #define ATH_SAMP_DBG(c) (sc->debug.bb_mac_samp[sc->debug.sampidx].c) in ath9k_debug_samp_bb_mac()
1299 #define ATH_SAMP_DBG(c) bb_mac_samp[sampidx].c in open_file_bb_mac_samps()
1304 struct ath_dbg_bb_mac_samp *bb_mac_samp; in open_file_bb_mac_samps() local
1319 bb_mac_samp = vmalloc(sizeof(*bb_mac_samp) * ATH_DBG_MAX_SAMPLES); in open_file_bb_mac_samps()
1320 if (!bb_mac_samp) { in open_file_bb_mac_samps()
1328 memcpy(bb_mac_samp, sc->debug.bb_mac_samp, in open_file_bb_mac_samps()
1329 sizeof(*bb_mac_samp) * ATH_DBG_MAX_SAMPLES); in open_file_bb_mac_samps()
1510 vfree(bb_mac_samp); in open_file_bb_mac_samps()
Ddebug.h233 struct ath_dbg_bb_mac_samp bb_mac_samp[ATH_DBG_MAX_SAMPLES]; member