Searched refs:active_hlids (Results 1 – 3 of 3) sorted by relevance
215 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_rx() local281 __set_bit(hlid, active_hlids); in wlcore_rx()306 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_rx()
716 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids) in wl12xx_rearm_rx_streaming() argument732 for_each_set_bit(hlid, active_hlids, wl->num_links) { in wl12xx_rearm_rx_streaming()769 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_tx_work_locked() local832 __set_bit(desc->hlid, active_hlids); in wlcore_tx_work_locked()860 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_tx_work_locked()
258 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);