Searched refs:active_hlids (Results 1 – 3 of 3) sorted by relevance
191 unsigned long active_hlids[BITS_TO_LONGS(WL12XX_MAX_LINKS)] = {0}; in wl12xx_rx() local262 __set_bit(hlid, active_hlids); in wl12xx_rx()283 wl12xx_rearm_rx_streaming(wl, active_hlids); in wl12xx_rx()
656 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids) in wl12xx_rearm_rx_streaming() argument672 for_each_set_bit(hlid, active_hlids, WL12XX_MAX_LINKS) { in wl12xx_rearm_rx_streaming()699 unsigned long active_hlids[BITS_TO_LONGS(WL12XX_MAX_LINKS)] = {0}; in wl1271_tx_work_locked() local750 __set_bit(desc->hlid, active_hlids); in wl1271_tx_work_locked()771 wl12xx_rearm_rx_streaming(wl, active_hlids); in wl1271_tx_work_locked()
226 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);