Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlegacy/
D4965-debug.c42 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 …]
D4965-mac.c659 if (!il->_4965.last_phy_res_valid) { in il4965_hdl_rx()
663 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx()
748 rx_status.ampdu_reference = il->_4965.ampdu_ref; in il4965_hdl_rx()
761 il->_4965.last_phy_res_valid = true; in il4965_hdl_rx_phy()
762 il->_4965.ampdu_ref++; in il4965_hdl_rx_phy()
763 memcpy(&il->_4965.last_phy_res, pkt->u.raw, in il4965_hdl_rx_phy()
1294 rx_info = &(il->_4965.stats.rx.general); in il4965_rx_calc_noise()
1341 prev_stats = (__le32 *) &il->_4965.stats; in il4965_accumulative_stats()
1342 accum_stats = (u32 *) &il->_4965.accum_stats; in il4965_accumulative_stats()
1344 general = &il->_4965.stats.general.common; in il4965_accumulative_stats()
[all …]
D4965.c1585 (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()
Dcommon.h1380 } _4965; member