Home
last modified time | relevance | path

Searched refs:other_link_id (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c380 u8 other_link_id = ffs(valid_links & ~BIT(assoc_link->id)) - 1; in iwlmld_kunit_setup_mlo_assoc() local
382 iwlmld_kunit_add_link(vif, other_link_id); in iwlmld_kunit_setup_mlo_assoc()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c921 if (le32_to_cpu(notif->other_link_id) == FW_CTXT_ID_INVALID) in iwl_mld_handle_missed_beacon_notif()
949 if (le32_to_cpu(notif->other_link_id) == removed_link_id) { in iwl_mld_cancel_missed_beacon_notif()
953 notif->other_link_id = cpu_to_le32(FW_CTXT_ID_INVALID); in iwl_mld_cancel_missed_beacon_notif()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h725 __le32 other_link_id; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1654 le32_to_cpu(mb->other_link_id) == IWL_MVM_FW_LINK_ID_INVALID, in iwl_mvm_handle_missed_beacons_notif()
1723 .other_link_id = cpu_to_le32(IWL_MVM_FW_LINK_ID_INVALID), in iwl_mvm_rx_missed_beacons_notif_legacy()