Searched refs:mac_link_id (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h464 * @mac_link_id: the mac id (or link id, for notif ver > 2) for which the
474 __le32 mac_link_id; member in struct:iwl_mvm_session_prot_notif
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1807 u32 mac_link_id = 0; local
1837 mac_link_id = bss_conf->link_id;
1887 ieee80211_chswitch_done(vif, true, mac_link_id);
H A Dtime-event.c708 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif, link_id); local
710 .id_and_color = cpu_to_le32(mac_link_id),
716 if (mac_link_id < 0)
891 int id = le32_to_cpu(notif->mac_link_id);
1382 int mac_link_id = iwl_mvm_get_session_prot_id(mvm, vif, (s8)link_id); local
1384 .id_and_color = cpu_to_le32(mac_link_id),
1390 if (mac_link_id < 0)

Completed in 234 milliseconds