HomeSort by: relevance | last modified time | path
    Searched defs:ath_hal_alq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.c 202 static struct alq *ath_hal_alq; variable in typeref:struct:alq *
218 error = alq_open(&ath_hal_alq, ath_hal_logfile,
227 if (ath_hal_alq)
228 alq_close(ath_hal_alq);
229 ath_hal_alq = NULL;
241 enable = (ath_hal_alq != NULL);
261 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
268 alq_post(ath_hal_alq, ale);
273 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
284 if (ath_hal_alq) {
    [all...]
ah_osdep.c 202 static struct alq *ath_hal_alq; variable in typeref:struct:alq *
218 error = alq_open(&ath_hal_alq, ath_hal_logfile,
227 if (ath_hal_alq)
228 alq_close(ath_hal_alq);
229 ath_hal_alq = NULL;
241 enable = (ath_hal_alq != NULL);
261 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
268 alq_post(ath_hal_alq, ale);
273 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
284 if (ath_hal_alq) {
    [all...]

Completed in 53 milliseconds