Home
last modified time | relevance | path

Searched refs:sta_bitmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/
A Devent.c254 static void wlcore_disconnect_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_disconnect_sta() argument
263 for_each_set_bit(h, &sta_bitmap, wl->num_links) { in wlcore_disconnect_sta()
288 void wlcore_event_max_tx_failure(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_max_tx_failure() argument
291 wlcore_disconnect_sta(wl, sta_bitmap); in wlcore_event_max_tx_failure()
295 void wlcore_event_inactive_sta(struct wl1271 *wl, unsigned long sta_bitmap) in wlcore_event_inactive_sta() argument
298 wlcore_disconnect_sta(wl, sta_bitmap); in wlcore_event_inactive_sta()
A Devent.h77 void wlcore_event_max_tx_failure(struct wl1271 *wl, unsigned long sta_bitmap);
78 void wlcore_event_inactive_sta(struct wl1271 *wl, unsigned long sta_bitmap);

Completed in 6 milliseconds