Home
last modified time | relevance | path

Searched refs:links_map (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c113 if (WARN_ON(!test_bit(hlid, wlvif->links_map))) in wl1271_tx_regulate_link()
237 if (test_bit(hlid, wl->links_map)) in wl1271_tx_allocate()
565 if (!test_bit(h, wlvif->links_map)) in wlcore_vif_dequeue_high_prio()
721 if (test_bit(hlid, wlvif->links_map)) { in wl12xx_rearm_rx_streaming()
1060 for_each_set_bit(i, wlvif->links_map, wl->num_links) { in wl12xx_tx_reset_wlvif()
H A Dcmd.c312 u8 link = find_first_zero_bit(wl->links_map, wl->num_links); in wl12xx_allocate_link()
320 __set_bit(link, wl->links_map); in wl12xx_allocate_link()
321 __set_bit(link, wlvif->links_map); in wl12xx_allocate_link()
364 __clear_bit(*hlid, wl->links_map); in wl12xx_free_link()
365 __clear_bit(*hlid, wlvif->links_map); in wl12xx_free_link()
H A Dwlcore_i.h397 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
H A Dwlcore.h227 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
H A Dmain.c434 for_each_set_bit(i, wl->links_map, wl->num_links) { in wlcore_fw_status()
1306 (!test_bit(hlid, wlvif->links_map)) || in wl1271_op_tx()
2037 memset(wl->links_map, 0, sizeof(wl->links_map)); in wlcore_op_stop_locked()
2047 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_op_stop_locked()
6420 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_alloc_hw()
/linux/drivers/net/wireless/ath/ath12k/
H A Dpeer.c294 links = ahsta->links_map; in ath12k_peer_mlo_link_peers_delete()
323 links = ahsta->links_map; in ath12k_peer_mlo_link_peers_delete()
H A Dmac.c763 unsigned long links_map = ahvif->links_map; in ath12k_get_arvif_iter() local
767 for_each_set_bit(link_id, &links_map, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_get_arvif_iter()
927 if (!(ahvif->links_map & BIT(link_id))) in ath12k_get_ar_by_vif()
1187 unsigned long links_map; in ath12k_mac_link_sta_rhash_cleanup() local
1195 links_map = ahsta->links_map; in ath12k_mac_link_sta_rhash_cleanup()
1198 for_each_set_bit(link_id, &links_map, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_link_sta_rhash_cleanup()
3543 links = ahsta->links_map; in ath12k_peer_assoc_h_mlo()
4163 ahvif->links_map |= BIT(_link_id); in ath12k_mac_init_arvif()
4169 ahvif->links_map); in ath12k_mac_init_arvif()
4221 if (!ahvif->links_map && link_id < ATH12K_FIRST_SCAN_LINK) { in ath12k_mac_assign_link_vif()
[all …]
H A Ddp_peer.c212 if (!(ahsta->links_map & BIT(peer->link_id))) { in ath12k_dp_link_peer_to_link_sta()
215 ahsta->links_map); in ath12k_dp_link_peer_to_link_sta()