Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c24 flag = le32_to_cpu(il->_4965.stats.flag); in il4965_stats_flag()
72 ofdm = &il->_4965.stats.rx.ofdm; in il4965_ucode_rx_stats_read()
73 cck = &il->_4965.stats.rx.cck; in il4965_ucode_rx_stats_read()
74 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read()
75 ht = &il->_4965.stats.rx.ofdm_ht; in il4965_ucode_rx_stats_read()
76 accum_ofdm = &il->_4965.accum_stats.rx.ofdm; in il4965_ucode_rx_stats_read()
77 accum_cck = &il->_4965.accum_stats.rx.cck; in il4965_ucode_rx_stats_read()
78 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read()
79 accum_ht = &il->_4965.accum_stats.rx.ofdm_ht; in il4965_ucode_rx_stats_read()
80 delta_ofdm = &il->_4965.delta_stats.rx.ofdm; in il4965_ucode_rx_stats_read()
[all …]
H A D4965-mac.c645 if (!il->_4965.last_phy_res_valid) { in il4965_hdl_rx()
649 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx()
736 rx_status.ampdu_reference = il->_4965.ampdu_ref; in il4965_hdl_rx()
749 il->_4965.last_phy_res_valid = true; in il4965_hdl_rx_phy()
750 il->_4965.ampdu_ref++; in il4965_hdl_rx_phy()
751 memcpy(&il->_4965.last_phy_res, pkt->u.raw, in il4965_hdl_rx_phy()
1282 rx_info = &(il->_4965.stats.rx.general); in il4965_rx_calc_noise()
1328 prev_stats = (__le32 *) &il->_4965.stats; in il4965_accumulative_stats()
1329 accum_stats = (u32 *) &il->_4965.accum_stats; in il4965_accumulative_stats()
1331 general = &il->_4965.stats.general.common; in il4965_accumulative_stats()
[all …]
H A D4965.c1570 (il->_4965.stats.flag & STATS_REPLY_FLG_HT40_MODE_MSK)) { in il4965_hw_get_temperature()
1595 (il->_4965.stats.general.common.temperature), in il4965_hw_get_temperature()
H A Dcommon.h1375 } _4965; member