Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
A 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()
1061 for_each_set_bit(i, wlvif->links_map, wl->num_links) { in wl12xx_tx_reset_wlvif()
A Dcmd.c315 u8 link = find_first_zero_bit(wl->links_map, wl->num_links); in wl12xx_allocate_link()
323 __set_bit(link, wl->links_map); in wl12xx_allocate_link()
324 __set_bit(link, wlvif->links_map); in wl12xx_allocate_link()
359 __clear_bit(*hlid, wl->links_map); in wl12xx_free_link()
360 __clear_bit(*hlid, wlvif->links_map); in wl12xx_free_link()
A Dwlcore_i.h387 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
A Dwlcore.h227 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; member
A Dmain.c420 for_each_set_bit(i, wl->links_map, wl->num_links) { in wlcore_fw_status()
1243 (!test_bit(hlid, wlvif->links_map)) || in wl1271_op_tx()
1978 memset(wl->links_map, 0, sizeof(wl->links_map)); in wlcore_op_stop_locked()
1988 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_op_stop_locked()
6429 __set_bit(WL12XX_SYSTEM_HLID, wl->links_map); in wlcore_alloc_hw()
A Ddebugfs.c592 VIF_STATE_PRINT_LHEX(links_map[0]); in vifs_state_read()

Completed in 25 milliseconds