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

/freebsd-10.3-release/sys/dev/ath/
H A Dah_osdep.c174 static struct alq *ath_hal_alq; variable in typeref:struct:alq
190 error = alq_open(&ath_hal_alq, ath_hal_logfile,
198 if (ath_hal_alq)
199 alq_close(ath_hal_alq);
200 ath_hal_alq = NULL;
212 enable = (ath_hal_alq != NULL);
232 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
239 alq_post(ath_hal_alq, ale);
244 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
256 if (ath_hal_alq) {
[all...]

Completed in 107 milliseconds