Lines Matching refs:iwl_priv
35 static void iwlagn_rx_reply_error(struct iwl_priv *priv, in iwlagn_rx_reply_error()
49 static void iwlagn_rx_csa(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb) in iwlagn_rx_csa()
77 static void iwlagn_rx_spectrum_measure_notif(struct iwl_priv *priv, in iwlagn_rx_spectrum_measure_notif()
93 static void iwlagn_rx_pm_sleep_notif(struct iwl_priv *priv, in iwlagn_rx_pm_sleep_notif()
104 static void iwlagn_rx_pm_debug_statistics_notif(struct iwl_priv *priv, in iwlagn_rx_pm_debug_statistics_notif()
114 static void iwlagn_rx_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_beacon_notif()
141 static bool iwlagn_good_plcp_health(struct iwl_priv *priv, in iwlagn_good_plcp_health()
173 int iwl_force_rf_reset(struct iwl_priv *priv, bool external) in iwl_force_rf_reset()
212 static void iwlagn_recover_from_statistics(struct iwl_priv *priv, in iwlagn_recover_from_statistics()
240 static void iwlagn_rx_calc_noise(struct iwl_priv *priv) in iwlagn_rx_calc_noise()
306 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
335 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
347 static void iwlagn_rx_statistics(struct iwl_priv *priv, in iwlagn_rx_statistics()
450 static void iwlagn_rx_reply_statistics(struct iwl_priv *priv, in iwlagn_rx_reply_statistics()
473 static void iwlagn_rx_card_state_notif(struct iwl_priv *priv, in iwlagn_rx_card_state_notif()
523 static void iwlagn_rx_missed_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_missed_beacon_notif()
545 static void iwlagn_rx_reply_rx_phy(struct iwl_priv *priv, in iwlagn_rx_reply_rx_phy()
559 static int iwlagn_set_decrypted_flag(struct iwl_priv *priv, in iwlagn_set_decrypted_flag()
609 static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv, in iwlagn_pass_packet_to_mac80211()
679 static u32 iwlagn_translate_rx_status(struct iwl_priv *priv, u32 decrypt_in) in iwlagn_translate_rx_status()
739 static int iwlagn_calc_rssi(struct iwl_priv *priv, in iwlagn_calc_rssi()
780 static void iwlagn_rx_reply_rx(struct iwl_priv *priv, in iwlagn_rx_reply_rx()
891 static void iwlagn_rx_noa_notification(struct iwl_priv *priv, in iwlagn_rx_noa_notification()
938 void iwl_setup_rx_handlers(struct iwl_priv *priv) in iwl_setup_rx_handlers()
940 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers()
992 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_rx_dispatch()