Home
last modified time | relevance | path

Searched defs:ale (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dalq.h50 struct ale { struct
51 intptr_t ae_bytesused; /* # bytes written to ALE. */
52 char *ae_data; /* Write ptr. */
53 int ae_pad; /* Unused, compat. */
140 alq_post(struct alq *alq, struct ale *ale) in alq_post()
/freebsd/sys/net80211/
H A Dieee80211_alq.c123 struct ale *ale; in ieee80211_alq_get() local
139 struct ale *ale; in ieee80211_alq_log() local
/freebsd/sys/dev/ath/
H A Dif_ath_alq.c55 struct ale *ale; in if_ath_alq_get() local
156 struct ale *ale; in if_ath_alq_post() local
H A Dah_osdep.c250 struct ale *ale; in ath_hal_alq_get() local
287 struct ale *ale = ath_hal_alq_get(ah); in ath_hal_reg_write() local
328 struct ale *ale = ath_hal_alq_get(ah); in ath_hal_reg_read() local
345 struct ale *ale = ath_hal_alq_get(ah); in OS_MARK() local
/freebsd/sys/kern/
H A Dkern_ktr.c324 struct ale *ale = NULL; in ktr_tracepoint() local
H A Dkern_alq.c827 alq_post_flags(struct alq *alq, struct ale *ale, int flags) in alq_post_flags()