Home
last modified time | relevance | path

Searched refs:ale (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/sys/dev/ath/
H A Dah_osdep.c247 static struct ale *
250 struct ale *ale; in ath_hal_alq_get() local
253 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get()
254 if (ale) { in ath_hal_alq_get()
256 (struct athregrec *) ale->ae_data; in ath_hal_alq_get()
260 alq_post(ath_hal_alq, ale); in ath_hal_alq_get()
265 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get()
266 if (!ale) in ath_hal_alq_get()
268 return ale; in ath_hal_alq_get()
287 struct ale *ale = ath_hal_alq_get(ah); in ath_hal_reg_write() local
[all …]
H A Dif_ath_alq.c52 static struct ale *
55 struct ale *ale; in if_ath_alq_get() local
60 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT); in if_ath_alq_get()
61 if (! ale) in if_ath_alq_get()
63 return (ale); in if_ath_alq_get()
156 struct ale *ale; in if_ath_alq_post() local
172 ale = if_ath_alq_get(alq, len + sizeof(struct if_ath_alq_hdr)); in if_ath_alq_post()
174 if (ale == NULL) in if_ath_alq_post()
177 ap = (struct if_ath_alq_hdr *) ale->ae_data; in if_ath_alq_post()
193 alq_post(alq->sc_alq_alq, ale); in if_ath_alq_post()
/freebsd/sys/net80211/
H A Dieee80211_alq.c120 static struct ale *
123 struct ale *ale; in ieee80211_alq_get() local
125 ale = alq_getn(ieee80211_alq, len + sizeof(struct ieee80211_alq_rec), in ieee80211_alq_get()
127 if (!ale) in ieee80211_alq_get()
131 return ale; in ieee80211_alq_get()
139 struct ale *ale; in ieee80211_alq_log() local
150 ale = ieee80211_alq_get(len); in ieee80211_alq_log()
151 if (! ale) in ieee80211_alq_log()
154 r = (struct ieee80211_alq_rec *) ale->ae_data; in ieee80211_alq_log()
171 alq_post(ieee80211_alq, ale); in ieee80211_alq_log()
/freebsd/sys/sys/
H A Dalq.h50 struct ale { struct
128 struct ale *alq_getn(struct alq *alq, int len, int flags);
129 struct ale *alq_get(struct alq *alq, int flags);
137 void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
140 alq_post(struct alq *alq, struct ale *ale) in alq_post() argument
142 alq_post_flags(alq, ale, 0); in alq_post()
/freebsd/sys/kern/
H A Dkern_ktr.c324 struct ale *ale = NULL; in ktr_tracepoint() local
352 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) { in ktr_tracepoint()
357 entry = (struct ktr_entry *)ale->ae_data; in ktr_tracepoint()
399 if (ktr_alq_enabled && ale) in ktr_tracepoint()
400 alq_post(ktr_alq, ale); in ktr_tracepoint()
H A Dkern_alq.c72 struct ale aq_getpost; /* ALE for use by get/post */
673 struct ale *
817 struct ale *
827 alq_post_flags(struct alq *alq, struct ale *ale, int flags) in alq_post_flags() argument
834 if (ale->ae_bytesused > 0) { in alq_post_flags()
841 alq->aq_writehead += ale->ae_bytesused; in alq_post_flags()
842 alq->aq_freebytes -= ale->ae_bytesused; in alq_post_flags()
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dts-nbus.txt15 - ts,ale-gpios : The GPIO pin connected to the ale line on the FPGA
42 ts,ale-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dorion-nand.txt10 - ale : Address line number connected to ALE. Default is 1
24 ale = <1>;
H A Ddavinci-nand.txt27 - ti,davinci-mask-ale: mask for ALE. Needed for executing address
83 ti,davinci-mask-ale = <0>;
/freebsd/contrib/bc/tests/bc/errors/
H A D30.txt1 ale--#80)
H A D21.txt4 return 74; b=123123123.239479823748;ale
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dlantiq,pinctrl-xway.txt56 ebu wait, nand ale, nand cs1, nand cle, spi_di, spi_do, spi_clk, spi_cs1,
67 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd,
79 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd,
93 exin0, exin1, exin2, exin4, nand ale, nand cs0, nand cs1, nand cle,
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dorion5x-rd88f5182-nas.dts56 devbus,ale-wr-ps = <90000>;
78 devbus,ale-wr-ps = <90000>;
H A Darmada-xp-crs326-24g-2s.dtsi60 devbus,ale-wr-ps = <60000>;
H A Darmada-xp-crs305-1g-4s.dtsi60 devbus,ale-wr-ps = <60000>;
H A Darmada-xp-crs328-4c-20s-4s.dtsi60 devbus,ale-wr-ps = <60000>;
H A Darmada-xp-db-xc3-24g4xg.dts59 devbus,ale-wr-ps = <60000>;
H A Darmada-xp-db-dxbc2.dts55 devbus,ale-wr-ps = <60000>;
/freebsd/sys/modules/ale/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/ale
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_ale12 INPUT = $(DOXYGEN_SRC_PATH)/dev/ale/ \
/freebsd/sys/amd64/conf/
H A DLINT-NOIP11 nodevice ale
/freebsd/sys/contrib/device-tree/src/mips/ni/
H A D169445.dts69 <&gpio1 2 0>, /* ale */
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone-k2g-netcp.dtsi119 enable-ale;
H A Dkeystone-k2l-evm.dts85 ti,davinci-mask-ale = <0x2000>;
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt85 - devbus,ale-wr-ps: Defines the time delay from the ALE[0] negation cycle
152 devbus,ale-wr-ps = <60000>;

123