Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dtx.c113 if (WARN_ON(!test_bit(hlid, wlvif->links_map))) in wl1271_tx_regulate_link()
235 if (test_bit(hlid, wl->links_map)) in wl1271_tx_allocate()
563 if (!test_bit(h, wlvif->links_map)) in wlcore_vif_dequeue_high_prio()
719 if (test_bit(hlid, wlvif->links_map)) { in wl12xx_rearm_rx_streaming()
1059 for_each_set_bit(i, wlvif->links_map, wl->num_links) { in wl12xx_tx_reset_wlvif()
Dcmd.c313 u8 link = find_first_zero_bit(wl->links_map, wl->num_links); in wl12xx_allocate_link()
321 __set_bit(link, wl->links_map); in wl12xx_allocate_link()
322 __set_bit(link, wlvif->links_map); in wl12xx_allocate_link()
357 __clear_bit(*hlid, wl->links_map); in wl12xx_free_link()
358 __clear_bit(*hlid, wlvif->links_map); in wl12xx_free_link()
Dwlcore_i.h387 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
Dwlcore.h227 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
Dmain.c414 for_each_set_bit(i, wl->links_map, wl->num_links) { in wlcore_fw_status()
1231 (!test_bit(hlid, wlvif->links_map)) || in wl1271_op_tx()
1963 memset(wl->links_map, 0, sizeof(wl->links_map)); in wlcore_op_stop_locked()
1973 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_op_stop_locked()
6360 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_alloc_hw()
Ddebugfs.c583 VIF_STATE_PRINT_LHEX(links_map[0]); in vifs_state_read()