Lines Matching refs:notif
1759 struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mvm_probe_resp_data_notif() local
1761 u32 id = le32_to_cpu(notif->mac_id); in iwl_mvm_probe_resp_data_notif()
1766 notif->noa_active, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1778 memcpy(&new_data->notif, notif, sizeof(new_data->notif)); in iwl_mvm_probe_resp_data_notif()
1782 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_probe_resp_data_notif()
1788 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
1799 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mvm_probe_resp_data_notif()
1800 notif->csa_counter >= 1) in iwl_mvm_probe_resp_data_notif()
1801 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1821 struct iwl_channel_switch_start_notif_v1 *notif = (void *)pkt->data; in iwl_mvm_channel_switch_start_notif() local
1824 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_start_notif()
1834 struct iwl_channel_switch_start_notif *notif = (void *)pkt->data; in iwl_mvm_channel_switch_start_notif() local
1835 u32 link_id = le32_to_cpu(notif->link_id); in iwl_mvm_channel_switch_start_notif()
1908 struct iwl_channel_switch_error_notif *notif = (void *)pkt->data; in iwl_mvm_channel_switch_error_notif() local
1910 u32 id = le32_to_cpu(notif->link_id); in iwl_mvm_channel_switch_error_notif()
1911 u32 csa_err_mask = le32_to_cpu(notif->csa_err_mask); in iwl_mvm_channel_switch_error_notif()