Home
last modified time | relevance | path

Searched refs:alq (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_alq.c53 if_ath_alq_get(struct if_ath_alq *alq, int len) in if_ath_alq_get() argument
57 if (alq->sc_alq_isactive == 0) in if_ath_alq_get()
60 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT); in if_ath_alq_get()
62 alq->sc_alq_numlost++; in if_ath_alq_get()
67 if_ath_alq_init(struct if_ath_alq *alq, const char *devname) in if_ath_alq_init() argument
70 bzero(alq, sizeof(*alq)); in if_ath_alq_init()
72 strncpy(alq->sc_alq_devname, devname, ATH_ALQ_DEVNAME_LEN); in if_ath_alq_init()
73 printf("%s (%s): attached\n", __func__, alq->sc_alq_devname); in if_ath_alq_init()
74 snprintf(alq->sc_alq_filename, ATH_ALQ_FILENAME_LEN, in if_ath_alq_init()
75 "/tmp/ath_%s_alq.log", alq->sc_alq_devname); in if_ath_alq_init()
[all …]
H A Dif_ath_alq.h134 struct alq * sc_alq_alq; /* alq state */
161 if_ath_alq_checkdebug(struct if_ath_alq *alq, uint16_t op) in if_ath_alq_checkdebug() argument
164 return ((alq->sc_alq_debug | ATH_ALQ_LOG_ALWAYS_MASK) in if_ath_alq_checkdebug()
168 extern void if_ath_alq_init(struct if_ath_alq *alq, const char *devname);
169 extern void if_ath_alq_setcfg(struct if_ath_alq *alq, uint32_t macVer,
171 extern void if_ath_alq_tidyup(struct if_ath_alq *alq);
172 extern int if_ath_alq_start(struct if_ath_alq *alq);
173 extern int if_ath_alq_stop(struct if_ath_alq *alq);
174 extern void if_ath_alq_post(struct if_ath_alq *alq, uint16_t op,
179 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, in if_ath_alq_post_intr() argument
[all …]
H A Dah_osdep.c193 static struct alq *ath_hal_alq;
238 SYSCTL_PROC(_hw_ath_hal, OID_AUTO, alq,
456 MODULE_DEPEND(ath_hal, alq, 1, 1, 1);
H A Dif_ath.c7132 MODULE_DEPEND(ath_main, alq, 1, 1, 1);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_alq.c60 static struct alq *ieee80211_alq;
109 SYSCTL_PROC(_net_wlan, OID_AUTO, alq,