Lines Matching refs:alq
134 struct alq * sc_alq_alq; /* alq state */
161 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug() argument
164 return ((alq->sc_alq_debug | ATH_ALQ_LOG_ALWAYS_MASK) in if_ath_alq_checkdebug()
168 extern void if_ath_alq_init(struct if_ath_alq *alq, const char *devname);
169 extern void if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer,
171 extern void if_ath_alq_tidyup(struct if_ath_alq *alq);
172 extern int if_ath_alq_start(struct if_ath_alq *alq);
173 extern int if_ath_alq_stop(struct if_ath_alq *alq);
174 extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op,
179 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr() argument
185 if (! if_ath_alq_checkdebug(alq, ATH_ALQ_INTR_STATUS)) in if_ath_alq_post_intr()
193 if_ath_alq_post(alq, ATH_ALQ_INTR_STATUS, sizeof(intr), in if_ath_alq_post_intr()