| /src/sys/dev/ath/ |
| H A D | ah_osdep.c | 246 static struct ale * 249 struct ale *ale; in ath_hal_alq_get() local 252 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get() 253 if (ale) { in ath_hal_alq_get() 255 (struct athregrec *) ale->ae_data; in ath_hal_alq_get() 259 alq_post(ath_hal_alq, ale); in ath_hal_alq_get() 264 ale = alq_get(ath_hal_alq, ALQ_NOWAIT); in ath_hal_alq_get() 265 if (!ale) in ath_hal_alq_get() 267 return ale; in ath_hal_alq_get() 286 struct ale *ale = ath_hal_alq_get(ah); in ath_hal_reg_write() local [all …]
|
| H A D | if_ath_alq.c | 52 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()
|
| /src/sys/net80211/ |
| H A D | ieee80211_alq.c | 120 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()
|
| /src/sys/sys/ |
| H A D | alq.h | 50 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()
|
| /src/sys/kern/ |
| H A D | kern_ktr.c | 327 struct ale *ale = NULL; in ktr_tracepoint() local 355 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) { in ktr_tracepoint() 360 entry = (struct ktr_entry *)ale->ae_data; in ktr_tracepoint() 400 if (ktr_alq_enabled && ale) in ktr_tracepoint() 401 alq_post(ktr_alq, ale); in ktr_tracepoint()
|
| H A D | kern_alq.c | 72 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()
|
| /src/sys/contrib/device-tree/Bindings/bus/ |
| H A D | ts-nbus.txt | 15 - ts,ale-gpios : The GPIO pin connected to the ale line on the FPGA 42 ts,ale-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
|
| /src/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | orion-nand.txt | 10 - ale : Address line number connected to ALE. Default is 1 24 ale = <1>;
|
| H A D | davinci-nand.txt | 27 - ti,davinci-mask-ale: mask for ALE. Needed for executing address 83 ti,davinci-mask-ale = <0>;
|
| /src/contrib/bc/tests/bc/errors/ |
| H A D | 30.txt | 1 ale--#80)
|
| H A D | 21.txt | 4 return 74; b=123123123.239479823748;ale
|
| /src/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | lantiq,pinctrl-xway.txt | 56 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,
|
| /src/sys/modules/ale/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/ale
|
| /src/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | orion5x-rd88f5182-nas.dts | 56 devbus,ale-wr-ps = <90000>; 78 devbus,ale-wr-ps = <90000>;
|
| H A D | armada-xp-db-xc3-24g4xg.dts | 59 devbus,ale-wr-ps = <60000>;
|
| H A D | armada-xp-crs305-1g-4s.dtsi | 60 devbus,ale-wr-ps = <60000>;
|
| H A D | armada-xp-crs326-24g-2s.dtsi | 60 devbus,ale-wr-ps = <60000>;
|
| H A D | armada-xp-crs328-4c-20s-4s.dtsi | 60 devbus,ale-wr-ps = <60000>;
|
| H A D | armada-xp-db-dxbc2.dts | 55 devbus,ale-wr-ps = <60000>;
|
| /src/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_ale | 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/ale/ \
|
| /src/sys/amd64/conf/ |
| H A D | LINT-NOIP | 11 nodevice ale
|
| /src/sys/contrib/device-tree/src/mips/ni/ |
| H A D | 169445.dts | 69 <&gpio1 2 0>, /* ale */
|
| /src/sys/contrib/device-tree/src/arm/ti/keystone/ |
| H A D | keystone-k2l-evm.dts | 85 ti,davinci-mask-ale = <0x2000>;
|
| H A D | keystone-k2g-netcp.dtsi | 119 enable-ale;
|
| /src/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 85 - devbus,ale-wr-ps: Defines the time delay from the ALE[0] negation cycle 152 devbus,ale-wr-ps = <60000>;
|