Searched refs:on_channel (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.h485 struct completion on_channel; member in struct:ath12k::__anon187
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dcore.h630 struct completion on_channel; member in struct:ath11k::__anon140
H A Dcore.c1848 complete(&ar->scan.on_channel);
H A Dmac.c8919 reinit_completion(&ar->scan.on_channel);
8970 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ);
9756 init_completion(&ar->scan.on_channel);
H A Dwmi.c6294 complete(&ar->scan.on_channel);
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dcore.h1119 struct completion on_channel; member in struct:ath10k::__anon61
H A Dcore.c2597 complete(&ar->scan.on_channel);
3695 init_completion(&ar->scan.on_channel);
H A Dmac.c7930 reinit_completion(&ar->scan.on_channel);
7973 ret = wait_for_completion_timeout(&ar->scan.on_channel, 3 * HZ);
H A Dwmi.c2129 complete(&ar->scan.on_channel);

Completed in 183 milliseconds