Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/wl12xx/
Devent.c65 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, in wl1271_stop_ba_event()
240 if (!test_bit(h, wlvif->ap.sta_hlid_map)) in wl1271_event_process()
Dwl12xx.h535 unsigned long sta_hlid_map[BITS_TO_LONGS( member
Dmain.c771 for_each_set_bit(hlid, wlvif->ap.sta_hlid_map, WL12XX_MAX_LINKS) { in wl12xx_irq_update_links_status()
2370 memset(wlvif->ap.sta_hlid_map, 0, sizeof(wlvif->ap.sta_hlid_map)); in __wl1271_op_remove_interface()
4225 set_bit(wl_sta->hlid, wlvif->ap.sta_hlid_map); in wl1271_allocate_sta()
4233 if (!test_bit(hlid, wlvif->ap.sta_hlid_map)) in wl1271_free_sta()
4236 clear_bit(hlid, wlvif->ap.sta_hlid_map); in wl1271_free_sta()
4287 if (WARN_ON(!test_bit(id, wlvif->ap.sta_hlid_map))) in wl12xx_sta_remove()
Dtx.c238 test_bit(hlid, wlvif->ap.sta_hlid_map)) in wl1271_tx_allocate()
Ddebugfs.c622 VIF_STATE_PRINT_LHEX(ap.sta_hlid_map[0]); in vifs_state_read()