Home
last modified time | relevance | path

Searched refs:mac_link_id (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/iwlwifi/mvm/
HDtime-event.c755 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif, link_id); in iwl_mvm_cancel_session_protection() local
757 .id_and_color = cpu_to_le32(mac_link_id), in iwl_mvm_cancel_session_protection()
763 if (mac_link_id < 0) in iwl_mvm_cancel_session_protection()
964 int id = le32_to_cpu(notif->mac_link_id); in iwl_mvm_rx_session_protect_notif()
1453 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif, (s8)link_id); in iwl_mvm_schedule_session_protection() local
1455 .id_and_color = cpu_to_le32(mac_link_id), in iwl_mvm_schedule_session_protection()
1461 if (mac_link_id < 0) in iwl_mvm_schedule_session_protection()
HDmac-ctxt.c1813 u32 mac_link_id = 0; in iwl_mvm_channel_switch_start_notif() local
1843 mac_link_id = bss_conf->link_id; in iwl_mvm_channel_switch_start_notif()
1893 ieee80211_chswitch_done(vif, true, mac_link_id); in iwl_mvm_channel_switch_start_notif()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/api/
HDtime-event.h476 __le32 mac_link_id; member