Lines Matching refs:iwl_priv
30 static void iwlagn_rx_reply_error(struct iwl_priv *priv, in iwlagn_rx_reply_error()
44 static void iwlagn_rx_csa(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb) in iwlagn_rx_csa()
72 static void iwlagn_rx_spectrum_measure_notif(struct iwl_priv *priv, in iwlagn_rx_spectrum_measure_notif()
88 static void iwlagn_rx_pm_sleep_notif(struct iwl_priv *priv, in iwlagn_rx_pm_sleep_notif()
99 static void iwlagn_rx_pm_debug_statistics_notif(struct iwl_priv *priv, in iwlagn_rx_pm_debug_statistics_notif()
109 static void iwlagn_rx_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_beacon_notif()
136 static bool iwlagn_good_plcp_health(struct iwl_priv *priv, in iwlagn_good_plcp_health()
168 int iwl_force_rf_reset(struct iwl_priv *priv, bool external) in iwl_force_rf_reset()
207 static void iwlagn_recover_from_statistics(struct iwl_priv *priv, in iwlagn_recover_from_statistics()
235 static void iwlagn_rx_calc_noise(struct iwl_priv *priv) in iwlagn_rx_calc_noise()
301 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
330 iwlagn_accumulative_statistics(struct iwl_priv *priv, in iwlagn_accumulative_statistics()
342 static void iwlagn_rx_statistics(struct iwl_priv *priv, in iwlagn_rx_statistics()
445 static void iwlagn_rx_reply_statistics(struct iwl_priv *priv, in iwlagn_rx_reply_statistics()
468 static void iwlagn_rx_card_state_notif(struct iwl_priv *priv, in iwlagn_rx_card_state_notif()
518 static void iwlagn_rx_missed_beacon_notif(struct iwl_priv *priv, in iwlagn_rx_missed_beacon_notif()
540 static void iwlagn_rx_reply_rx_phy(struct iwl_priv *priv, in iwlagn_rx_reply_rx_phy()
554 static int iwlagn_set_decrypted_flag(struct iwl_priv *priv, in iwlagn_set_decrypted_flag()
604 static void iwlagn_pass_packet_to_mac80211(struct iwl_priv *priv, in iwlagn_pass_packet_to_mac80211()
674 static u32 iwlagn_translate_rx_status(struct iwl_priv *priv, u32 decrypt_in) in iwlagn_translate_rx_status()
734 static int iwlagn_calc_rssi(struct iwl_priv *priv, in iwlagn_calc_rssi()
775 static void iwlagn_rx_reply_rx(struct iwl_priv *priv, in iwlagn_rx_reply_rx()
898 static void iwlagn_rx_noa_notification(struct iwl_priv *priv, in iwlagn_rx_noa_notification()
945 void iwl_setup_rx_handlers(struct iwl_priv *priv) in iwl_setup_rx_handlers()
947 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers()
999 struct iwl_priv *priv = IWL_OP_MODE_GET_DVM(op_mode); in iwl_rx_dispatch()