Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dtx.c127 if (WARN_ON(!test_bit(hlid, wlvif->links_map))) in wl1271_tx_regulate_link()
249 if (test_bit(hlid, wl->links_map)) in wl1271_tx_allocate()
577 if (!test_bit(h, wlvif->links_map)) in wlcore_vif_dequeue_high_prio()
733 if (test_bit(hlid, wlvif->links_map)) { in wl12xx_rearm_rx_streaming()
1074 for_each_set_bit(i, wlvif->links_map, wl->num_links) { in wl12xx_tx_reset_wlvif()
Dcmd.c329 u8 link = find_first_zero_bit(wl->links_map, wl->num_links); in wl12xx_allocate_link()
337 __set_bit(link, wl->links_map); in wl12xx_allocate_link()
338 __set_bit(link, wlvif->links_map); in wl12xx_allocate_link()
373 __clear_bit(*hlid, wl->links_map); in wl12xx_free_link()
374 __clear_bit(*hlid, wlvif->links_map); in wl12xx_free_link()
Dwlcore_i.h400 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
Dwlcore.h239 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
Dmain.c434 for_each_set_bit(i, wl->links_map, wl->num_links) { in wlcore_fw_status()
1242 (!test_bit(hlid, wlvif->links_map)) || in wl1271_op_tx()
1980 memset(wl->links_map, 0, sizeof(wl->links_map)); in wlcore_op_stop_locked()
1990 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_op_stop_locked()
6430 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_alloc_hw()
Ddebugfs.c613 VIF_STATE_PRINT_LHEX(links_map[0]); in vifs_state_read()