Home
last modified time | relevance | path

Searched refs:scan_complete (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dscan.c57 reinit_completion(&wvif->scan_complete); in send_scan_req()
63 ret = wait_for_completion_timeout(&wvif->scan_complete, 1 * HZ); in send_scan_req()
66 ret = wait_for_completion_timeout(&wvif->scan_complete, 1 * HZ); in send_scan_req()
146 complete(&wvif->scan_complete); in wfx_scan_complete()
165 reinit_completion(&wvif->scan_complete); in wfx_remain_on_channel_work()
170 ret = wait_for_completion_timeout(&wvif->scan_complete, in wfx_remain_on_channel_work()
174 ret = wait_for_completion_timeout(&wvif->scan_complete, 1 * HZ); in wfx_remain_on_channel_work()
H A Dwfx.h86 struct completion scan_complete; member
H A Dsta.c745 init_completion(&wvif->scan_complete); in wfx_add_interface()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h903 unsigned int scan_complete:1; member
H A Dibmvfc.c3387 if (vhost->scan_complete) { in ibmvfc_scan_finished()
6305 vhost->scan_complete = 1; in ibmvfc_rport_add_thread()