Searched refs:mac_link_id (Results 1 – 5 of 5) sorted by relevance
15 int fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_handle_session_prot_notif()129 fw_link_id = le32_to_cpu(notif->mac_link_id); in iwl_mld_session_start_fn()
355 DEFINE_SIMPLE_CANCELLATION(session_prot, iwl_session_prot_notif, mac_link_id)
744 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif); in iwl_mvm_cancel_session_protection() local746 .id_and_color = cpu_to_le32(mac_link_id), in iwl_mvm_cancel_session_protection()752 if (mac_link_id < 0) in iwl_mvm_cancel_session_protection()949 int id = le32_to_cpu(notif->mac_link_id); in iwl_mvm_rx_session_protect_notif()1419 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif); in iwl_mvm_schedule_session_protection() local1421 .id_and_color = cpu_to_le32(mac_link_id), in iwl_mvm_schedule_session_protection()1427 if (mac_link_id < 0) in iwl_mvm_schedule_session_protection()
1806 u32 mac_link_id = 0; in iwl_mvm_channel_switch_start_notif() local1836 mac_link_id = vif->bss_conf.link_id; in iwl_mvm_channel_switch_start_notif()1885 ieee80211_chswitch_done(vif, true, mac_link_id); in iwl_mvm_channel_switch_start_notif()
510 __le32 mac_link_id; member