Searched refs:alq (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_alq.c | 60 if_ath_alq_get(struct if_ath_alq *alq, int len) in if_ath_alq_get() argument 64 if (alq->sc_alq_isactive == 0) in if_ath_alq_get() 67 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT); in if_ath_alq_get() 69 alq->sc_alq_numlost++; in if_ath_alq_get() 74 if_ath_alq_init(struct if_ath_alq *alq, const char *devname) in if_ath_alq_init() argument 77 bzero(alq, sizeof(*alq)); in if_ath_alq_init() 79 strncpy(alq->sc_alq_devname, devname, ATH_ALQ_DEVNAME_LEN); in if_ath_alq_init() 80 kprintf("%s (%s): attached\n", __func__, alq->sc_alq_devname); in if_ath_alq_init() 81 ksnprintf(alq->sc_alq_filename, ATH_ALQ_FILENAME_LEN, in if_ath_alq_init() 82 "/tmp/ath_%s_alq.log", alq->sc_alq_devname); in if_ath_alq_init() [all …]
|
| HD | if_ath_alq.h | 126 struct alq * sc_alq_alq; /* alq state */ 153 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug() argument 156 return ((alq->sc_alq_debug | ATH_ALQ_LOG_ALWAYS_MASK) in if_ath_alq_checkdebug() 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() argument [all …]
|
| HD | if_ath.c | 6908 MODULE_DEPEND(if_ath, alq, 1, 1, 1);
|
| /dragonfly/sys/netproto/802_11/wlan/ |
| HD | ieee80211_alq.c | 63 static struct alq *ieee80211_alq; 113 SYSCTL_PROC(_net_wlan, OID_AUTO, alq, CTLTYPE_INT|CTLFLAG_RW,
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ |
| HD | ah_osdep.c | 206 static struct alq *ath_hal_alq; 251 SYSCTL_PROC(_hw_ath_hal, OID_AUTO, alq, CTLTYPE_INT|CTLFLAG_RW,
|