Searched refs:_4965 (Results 1 – 4 of 4) sorted by relevance
42 flag = le32_to_cpu(il->_4965.stats.flag); in il4965_stats_flag()90 ofdm = &il->_4965.stats.rx.ofdm; in il4965_ucode_rx_stats_read()91 cck = &il->_4965.stats.rx.cck; in il4965_ucode_rx_stats_read()92 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read()93 ht = &il->_4965.stats.rx.ofdm_ht; in il4965_ucode_rx_stats_read()94 accum_ofdm = &il->_4965.accum_stats.rx.ofdm; in il4965_ucode_rx_stats_read()95 accum_cck = &il->_4965.accum_stats.rx.cck; in il4965_ucode_rx_stats_read()96 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read()97 accum_ht = &il->_4965.accum_stats.rx.ofdm_ht; in il4965_ucode_rx_stats_read()98 delta_ofdm = &il->_4965.delta_stats.rx.ofdm; in il4965_ucode_rx_stats_read()[all …]
659 if (!il->_4965.last_phy_res_valid) { in il4965_hdl_rx()663 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx()750 rx_status.ampdu_reference = il->_4965.ampdu_ref; in il4965_hdl_rx()763 il->_4965.last_phy_res_valid = true; in il4965_hdl_rx_phy()764 il->_4965.ampdu_ref++; in il4965_hdl_rx_phy()765 memcpy(&il->_4965.last_phy_res, pkt->u.raw, in il4965_hdl_rx_phy()1296 rx_info = &(il->_4965.stats.rx.general); in il4965_rx_calc_noise()1342 prev_stats = (__le32 *) &il->_4965.stats; in il4965_accumulative_stats()1343 accum_stats = (u32 *) &il->_4965.accum_stats; in il4965_accumulative_stats()1345 general = &il->_4965.stats.general.common; in il4965_accumulative_stats()[all …]
1585 (il->_4965.stats.flag & STATS_REPLY_FLG_HT40_MODE_MSK)) { in il4965_hw_get_temperature()1610 (il->_4965.stats.general.common.temperature), in il4965_hw_get_temperature()
1381 } _4965; member