Searched refs:if_ath_alq (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/ath/ |
| HD | if_ath_alq.h | 124 struct if_ath_alq { struct 153 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug() argument 160 extern void if_ath_alq_init(struct if_ath_alq *alq, const char *devname); 161 extern void if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer, 163 extern void if_ath_alq_tidyup(struct if_ath_alq *alq); 164 extern int if_ath_alq_start(struct if_ath_alq *alq); 165 extern int if_ath_alq_stop(struct if_ath_alq *alq); 166 extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op, 171 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr()
|
| HD | 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()
|
| HD | if_athvar.h | 851 struct if_ath_alq sc_alq;
|
| /trueos/sys/modules/ath/ |
| HD | Makefile | 38 SRCS= if_ath.c if_ath_alq.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
|