Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlegacy/
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 …]
D4965-mac.c644 if (!il->_4965.last_phy_res_valid) { in il4965_hdl_rx()
648 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx()
735 rx_status.ampdu_reference = il->_4965.ampdu_ref; in il4965_hdl_rx()
748 il->_4965.last_phy_res_valid = true; in il4965_hdl_rx_phy()
749 il->_4965.ampdu_ref++; in il4965_hdl_rx_phy()
750 memcpy(&il->_4965.last_phy_res, pkt->u.raw, in il4965_hdl_rx_phy()
1281 rx_info = &(il->_4965.stats.rx.general); in il4965_rx_calc_noise()
1327 prev_stats = (__le32 *) &il->_4965.stats; in il4965_accumulative_stats()
1328 accum_stats = (u32 *) &il->_4965.accum_stats; in il4965_accumulative_stats()
1330 general = &il->_4965.stats.general.common; in il4965_accumulative_stats()
[all …]
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()
Dcommon.h1363 } _4965; member