active_hlids      201 drivers/net/wireless/ti/wlcore/rx.c 	unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
active_hlids      267 drivers/net/wireless/ti/wlcore/rx.c 					__set_bit(hlid, active_hlids);
active_hlids      292 drivers/net/wireless/ti/wlcore/rx.c 	wl12xx_rearm_rx_streaming(wl, active_hlids);
active_hlids      702 drivers/net/wireless/ti/wlcore/tx.c void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids)
active_hlids      718 drivers/net/wireless/ti/wlcore/tx.c 		for_each_set_bit(hlid, active_hlids, wl->num_links) {
active_hlids      755 drivers/net/wireless/ti/wlcore/tx.c 	unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0};
active_hlids      818 drivers/net/wireless/ti/wlcore/tx.c 			__set_bit(desc->hlid, active_hlids);
active_hlids      846 drivers/net/wireless/ti/wlcore/tx.c 	wl12xx_rearm_rx_streaming(wl, active_hlids);
active_hlids      244 drivers/net/wireless/ti/wlcore/tx.h void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);