Lines Matching refs:iwl_priv

49 static void iwlagn_rx_reply_error(struct iwl_priv *priv,  in iwlagn_rx_reply_error()
63 static void iwlagn_rx_csa(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb) in iwlagn_rx_csa()
91 static void iwlagn_rx_spectrum_measure_notif(struct iwl_priv *priv, in iwlagn_rx_spectrum_measure_notif()
107 static void iwlagn_rx_pm_sleep_notif(struct iwl_priv *priv, in iwlagn_rx_pm_sleep_notif()
118 static void iwlagn_rx_pm_debug_statistics_notif(struct iwl_priv *priv, in iwlagn_rx_pm_debug_statistics_notif()
128 static void iwlagn_rx_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_beacon_notif()
155 static bool iwlagn_good_plcp_health(struct iwl_priv *priv, in iwlagn_good_plcp_health()
187 int iwl_force_rf_reset(struct iwl_priv *priv, bool external) in iwl_force_rf_reset()
226 static void iwlagn_recover_from_statistics(struct iwl_priv *priv, in iwlagn_recover_from_statistics()
254 static void iwlagn_rx_calc_noise(struct iwl_priv *priv) in iwlagn_rx_calc_noise()
320 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
349 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
361 static void iwlagn_rx_statistics(struct iwl_priv *priv, in iwlagn_rx_statistics()
464 static void iwlagn_rx_reply_statistics(struct iwl_priv *priv, in iwlagn_rx_reply_statistics()
487 static void iwlagn_rx_card_state_notif(struct iwl_priv *priv, in iwlagn_rx_card_state_notif()
537 static void iwlagn_rx_missed_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_missed_beacon_notif()
559 static void iwlagn_rx_reply_rx_phy(struct iwl_priv *priv, in iwlagn_rx_reply_rx_phy()
573 static int iwlagn_set_decrypted_flag(struct iwl_priv *priv, in iwlagn_set_decrypted_flag()
622 static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv, in iwlagn_pass_packet_to_mac80211()
692 static u32 iwlagn_translate_rx_status(struct iwl_priv *priv, u32 decrypt_in) in iwlagn_translate_rx_status()
752 static int iwlagn_calc_rssi(struct iwl_priv *priv, in iwlagn_calc_rssi()
793 static void iwlagn_rx_reply_rx(struct iwl_priv *priv, in iwlagn_rx_reply_rx()
904 static void iwlagn_rx_noa_notification(struct iwl_priv *priv, in iwlagn_rx_noa_notification()
951 void iwl_setup_rx_handlers(struct iwl_priv *priv) in iwl_setup_rx_handlers()
953 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers()
1005 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_rx_dispatch()