Home
last modified time | relevance | path

Searched refs:BSS_LOSE_EVENT_ID (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Devent.c68 if (vector & BSS_LOSE_EVENT_ID) in wl12xx_process_mailbox_events()
H A Devent.h24 BSS_LOSE_EVENT_ID = BIT(18), enumerator
H A Dmain.c1238 wl->event_mask = BSS_LOSE_EVENT_ID | in wl12xx_boot()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Devent.h40 BSS_LOSE_EVENT_ID = BIT(15), enumerator
H A Devent.c99 if (vector & BSS_LOSE_EVENT_ID) { in wl1251_event_process()
H A Dboot.c283 wl->event_mask = SCAN_COMPLETE_EVENT_ID | BSS_LOSE_EVENT_ID | in wl1251_boot_run_firmware()