Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Devent.c147 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, in wl1271_stop_ba_event()
267 if (!test_bit(h, wlvif->ap.sta_hlid_map)) in wlcore_disconnect_sta()
H A Dps.c122 if (!test_bit(hlid, wlvif->ap.sta_hlid_map) || in wl12xx_ps_link_start()
H A Dwlcore_i.h379 unsigned long sta_hlid_map[BITS_TO_LONGS( member
H A Dmain.c373 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, wl->num_links) in wl12xx_irq_update_links_status()
487 if (wlvifap && test_bit(i, wlvifap->ap.sta_hlid_map)) { in wlcore_fw_status()
2804 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map)); in __wl1271_op_remove_interface()
5056 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map); in wl1271_allocate_sta()
5064 if (!test_bit(hlid, wlvif->ap.sta_hlid_map)) in wl1271_free_sta()
5067 clear_bit(hlid, wlvif->ap.sta_hlid_map); in wl1271_free_sta()
5123 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map))) in wl12xx_sta_remove()