Home
last modified time | relevance | path

Searched defs:alq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_alq.c58 struct alq { struct
70 * not be first field in the alq struct argument
76 LIST_ENTRY(alq) aq_act; /* List of active queues */ argument
87 #define ALQ_LOCK(alq) mtx_lock_spin(&(alq)->aq_mtx) argument
88 #define ALQ_UNLOCK(alq) mtx_unlock_spin(&(alq)->aq_mtx) argument
90 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen) argument
126 ald_add(struct alq *alq) in ald_add()
148 ald_rem(struct alq *alq) in ald_rem()
169 ald_activate(struct alq *alq) in ald_activate()
176 ald_deactivate(struct alq *alq) in ald_deactivate()
[all …]
/freebsd/sys/dev/ath/
H A Dif_ath_alq.c53 if_ath_alq_get(struct if_ath_alq *alq, int len) in if_ath_alq_get()
67 if_ath_alq_init(struct if_ath_alq *alq, const char *devname) in if_ath_alq_init()
82 if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer, in if_ath_alq_setcfg()
94 if_ath_alq_tidyup(struct if_ath_alq *alq) in if_ath_alq_tidyup()
103 if_ath_alq_start(struct if_ath_alq *alq) in if_ath_alq_start()
131 if_ath_alq_stop(struct if_ath_alq *alq) in if_ath_alq_stop()
152 if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, uint16_t len, in if_ath_alq_post()
H A Dif_ath_alq.h161 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug()
179 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr()
/freebsd/sys/sys/
H A Dalq.h140 alq_post(struct alq *alq, struct ale *ale) in alq_post()