Searched refs:sta_hlid_map (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
D | event.c | 138 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, in wl1271_stop_ba_event() 258 if (!test_bit(h, wlvif->ap.sta_hlid_map)) in wlcore_disconnect_sta()
|
D | ps.c | 122 if (!test_bit(hlid, wlvif->ap.sta_hlid_map) || in wl12xx_ps_link_start()
|
D | wlcore_i.h | 369 unsigned long sta_hlid_map[BITS_TO_LONGS( member
|
D | main.c | 381 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, wl->num_links) in wl12xx_irq_update_links_status() 2752 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map)); in __wl1271_op_remove_interface() 5045 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map); in wl1271_allocate_sta() 5053 if (!test_bit(hlid, wlvif->ap.sta_hlid_map)) in wl1271_free_sta() 5056 clear_bit(hlid, wlvif->ap.sta_hlid_map); in wl1271_free_sta() 5112 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map))) in wl12xx_sta_remove()
|
D | debugfs.c | 579 VIF_STATE_PRINT_LHEX(ap.sta_hlid_map[0]); in vifs_state_read()
|