Searched refs:active_hlids (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | rx.c | 201 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_rx() local 267 __set_bit(hlid, active_hlids); in wlcore_rx() 292 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_rx()
|
H A D | tx.c | 702 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids) in wl12xx_rearm_rx_streaming() argument 718 for_each_set_bit(hlid, active_hlids, wl->num_links) { in wl12xx_rearm_rx_streaming() 755 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_tx_work_locked() local 818 __set_bit(desc->hlid, active_hlids); in wlcore_tx_work_locked() 846 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_tx_work_locked()
|
H A D | tx.h | 244 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | rx.c | 201 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_rx() local 267 __set_bit(hlid, active_hlids); in wlcore_rx() 292 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_rx()
|
H A D | tx.c | 702 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids) in wl12xx_rearm_rx_streaming() argument 718 for_each_set_bit(hlid, active_hlids, wl->num_links) { in wl12xx_rearm_rx_streaming() 755 unsigned long active_hlids[BITS_TO_LONGS(WLCORE_MAX_LINKS)] = {0}; in wlcore_tx_work_locked() local 818 __set_bit(desc->hlid, active_hlids); in wlcore_tx_work_locked() 846 wl12xx_rearm_rx_streaming(wl, active_hlids); in wlcore_tx_work_locked()
|
H A D | tx.h | 244 void wl12xx_rearm_rx_streaming(struct wl1271 *wl, unsigned long *active_hlids);
|
Completed in 6 milliseconds