Searched defs:alq (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | kern_alq.c | 57 struct alq { struct 69 * not be first field in the alq struct argument 75 LIST_ENTRY(alq) aq_act; /* List of active queues */ argument 86 #define ALQ_LOCK(alq) mtx_lock_spin(&(alq)->aq_mtx) argument 87 #define ALQ_UNLOCK(alq) mtx_unlock_spin(&(alq)->aq_mtx) argument 89 #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-10-stable/sys/dev/ath/ |
| D | if_ath_alq.c | 53 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()
|
| D | if_ath_alq.h | 153 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug() 171 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr()
|
| /freebsd-10-stable/sys/sys/ |
| D | alq.h | 139 alq_post(struct alq *alq, struct ale *ale) in alq_post()
|
| /freebsd-10-stable/sys/dev/nand/ |
| D | nandsim_chip.h | 63 struct alq *alq; member
|