Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c591 if (le32_to_cpu(notif->other_link_id) == FW_CTXT_ID_INVALID) in iwl_mld_handle_missed_beacon_notif()
594 other_link_fw_id = le32_to_cpu(notif->other_link_id); in iwl_mld_handle_missed_beacon_notif()
631 if (le32_to_cpu(notif->other_link_id) == removed_link_id) { in iwl_mld_cancel_missed_beacon_notif()
635 notif->other_link_id = cpu_to_le32(FW_CTXT_ID_INVALID); in iwl_mld_cancel_missed_beacon_notif()
/linux/drivers/net/wireless/intel/iwlwifi/mld/tests/
H A Dutils.c379 u8 other_link_id = ffs(valid_links & ~BIT(assoc_link->id)) - 1; in iwlmld_kunit_setup_mlo_assoc() local
381 iwlmld_kunit_add_link(vif, other_link_id); in iwlmld_kunit_setup_mlo_assoc()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dmac-cfg.h911 __le32 other_link_id; member
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1667 .other_link_id = cpu_to_le32(IWL_MVM_FW_LINK_ID_INVALID), in iwl_mvm_rx_missed_beacons_notif_legacy()