Lines Matching refs:notif
1538 struct iwl_probe_resp_data_notif *notif = (void *)pkt->data; in iwl_mvm_probe_resp_data_notif() local
1540 u32 id = le32_to_cpu(notif->mac_id); in iwl_mvm_probe_resp_data_notif()
1545 notif->noa_active, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1557 memcpy(&new_data->notif, notif, sizeof(new_data->notif)); in iwl_mvm_probe_resp_data_notif()
1561 sizeof(new_data->notif.noa_attr) - 1; in iwl_mvm_probe_resp_data_notif()
1567 if (new_data->notif.noa_attr.len_low == in iwl_mvm_probe_resp_data_notif()
1578 if (notif->csa_counter != IWL_PROBE_RESP_DATA_NO_CSA && in iwl_mvm_probe_resp_data_notif()
1579 notif->csa_counter >= 1) in iwl_mvm_probe_resp_data_notif()
1580 ieee80211_beacon_set_cntdwn(vif, notif->csa_counter); in iwl_mvm_probe_resp_data_notif()
1587 struct iwl_channel_switch_start_notif *notif = (void *)pkt->data; in iwl_mvm_channel_switch_start_notif() local
1592 id_n_color = le32_to_cpu(notif->id_and_color); in iwl_mvm_channel_switch_start_notif()
1657 struct iwl_channel_switch_error_notif *notif = (void *)pkt->data; in iwl_mvm_channel_switch_error_notif() local
1659 u32 id = le32_to_cpu(notif->mac_id); in iwl_mvm_channel_switch_error_notif()
1660 u32 csa_err_mask = le32_to_cpu(notif->csa_err_mask); in iwl_mvm_channel_switch_error_notif()