Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dkern_alq.c59 struct alq { struct
71 * not be first field in the alq struct argument
77 LIST_ENTRY(alq) aq_act; /* List of active queues */ argument
127 ald_add(struct alq *alq) in ald_add()
149 ald_rem(struct alq *alq) in ald_rem()
195 struct alq *alq; in ald_daemon() local
231 struct alq *alq; in ald_shutdown() local
309 alq_doio(struct alq *alq) in alq_doio()
436 struct alq *alq; in alq_open_flags() local
885 alq_flush(struct alq *alq) in alq_flush()
[all …]
/freebsd-13.1/sys/dev/ath/
H A Dif_ath_alq.c55 if_ath_alq_get(struct if_ath_alq *alq, int len) in if_ath_alq_get()
69 if_ath_alq_init(struct if_ath_alq *alq, const char *devname) in if_ath_alq_init()
84 if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer, in if_ath_alq_setcfg()
96 if_ath_alq_tidyup(struct if_ath_alq *alq) in if_ath_alq_tidyup()
105 if_ath_alq_start(struct if_ath_alq *alq) in if_ath_alq_start()
133 if_ath_alq_stop(struct if_ath_alq *alq) in if_ath_alq_stop()
154 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.h163 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug()
181 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr()
/freebsd-13.1/sys/sys/
H A Dalq.h142 alq_post(struct alq *alq, struct ale *ale) in alq_post()