Searched refs:ale (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dalq.h49 struct ale { struct
120 * The next available ale on success.
127 struct ale *alq_getn(struct alq *alq, int len, int flags);
128 struct ale *alq_get(struct alq *alq, int flags);
131 * alq_post_flags: Schedule the ale retrieved by alq_get/alq_getn for writing.
133 * ale An asynch logging entry returned by alq_get.
136 void alq_post_flags(struct alq *alq, struct ale *ale, int flags);
139 alq_post(struct alq *alq, struct ale *ale) argument
[all...]
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_alq.c124 static struct ale *
127 struct ale *ale; local
129 ale = alq_get(ieee80211_alq, ALQ_NOWAIT);
130 if (!ale)
134 return ale;
140 struct ale *ale; local
146 ale = ieee80211_alq_get();
147 if (! ale)
[all...]
/freebsd-10.0-release/sys/dev/ath/
H A Dah_osdep.c226 static struct ale *
229 struct ale *ale; local
232 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
233 if (ale) {
235 (struct athregrec *) ale->ae_data;
239 alq_post(ath_hal_alq, ale);
244 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
245 if (!ale)
247 return ale;
257 struct ale *ale = ath_hal_alq_get(ah); local
287 struct ale *ale = ath_hal_alq_get(ah); local
304 struct ale *ale = ath_hal_alq_get(ah); local
[all...]
H A Dif_ath_alq.c52 static struct ale *
55 struct ale *ale; local
60 ale = alq_getn(alq->sc_alq_alq, len, ALQ_NOWAIT);
61 if (! ale)
63 return (ale);
156 struct ale *ale; local
172 ale = if_ath_alq_get(alq, len + sizeof(struct if_ath_alq_hdr));
174 if (ale
[all...]
/freebsd-10.0-release/sys/modules/ale/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/ale
/freebsd-10.0-release/tools/tools/crypto/
H A Dcryptokeytest.c129 u_int8_t *ale, *ble, *cle; local
135 if ((ale = bignum_to_le(a, NULL)) == NULL)
147 kop.crk_param[0].crp_p = ale;
161 bzero(ale, BN_num_bytes(a));
162 free(ale);
/freebsd-10.0-release/sys/kern/
H A Dkern_ktr.c339 struct ale *ale = NULL; local
367 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) {
372 entry = (struct ktr_entry *)ale->ae_data;
414 if (ktr_alq_enabled && ale)
415 alq_post(ktr_alq, ale);
H A Dkern_alq.c71 struct ale aq_getpost; /* ALE for use by get/post */
672 struct ale *
816 struct ale *
826 alq_post_flags(struct alq *alq, struct ale *ale, int flags) argument
833 if (ale->ae_bytesused > 0) {
840 alq->aq_writehead += ale->ae_bytesused;
841 alq->aq_freebytes -= ale->ae_bytesused;
/freebsd-10.0-release/sys/conf/
H A DmakeLINT.mk36 echo "nodevice ale" >> ${.TARGET}-NOIP
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c915 if (cmd.ale.adr_byte_num < 5)
1074 cmd.ale.adr_byte_num = num_address_cycles;
1077 cmd.ale.adr_bytes_l = nand_address;
1078 cmd.ale.adr_bytes_h = nand_address >> 32;
1086 cmd.ale.adr_bytes_l = column + (row << column_shift);
1087 cmd.ale.adr_bytes_h = row >> (32 - column_shift);
1089 cmd.ale.alen1 = cvmx_nand_state[chip].alen[0];
1090 cmd.ale.alen2 = cvmx_nand_state[chip].alen[1];
1091 cmd.ale.alen3 = cvmx_nand_state[chip].alen[2];
1092 cmd.ale
[all...]
H A Dcvmx-compactflash.c419 mio_boot_reg_tim.s.ale = 8; /* If someone uses ALE, this seems to work */
H A Dcvmx-nand.h370 cvmx_nand_cmd_ale_t ale; member in union:__anon7000
H A Dcvmx-mio-defs.h2406 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_s
2422 uint64_t ale : 1;
2430 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_cn52xx
2446 uint64_t ale : 1;
2453 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_cn56xx
2467 uint64_t ale : 1;
2475 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_cn61xx
2491 uint64_t ale : 1;
2521 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_s
2529 uint64_t ale
2549 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_cn30xx
2595 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_cn50xx
2640 uint64_t ale : 6; /**< Region X ALE count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_s
[all...]
/freebsd-10.0-release/sys/ia64/conf/
H A DGENERIC138 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-10.0-release/share/man/man4/
H A DMakefile36 ale.4 \
576 MLINKS+=ale.4 if_ale.4
/freebsd-10.0-release/sys/amd64/conf/
H A DGENERIC214 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-10.0-release/sys/i386/conf/
H A DGENERIC225 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-10.0-release/sys/dev/ale/
H A Dif_ale.c72 #include <dev/ale/if_alereg.h>
73 #include <dev/ale/if_alevar.h>
81 MODULE_DEPEND(ale, pci, 1, 1, 1);
82 MODULE_DEPEND(ale, ether, 1, 1, 1);
83 MODULE_DEPEND(ale, miibus, 1, 1, 1);
88 TUNABLE_INT("hw.ale.msi_disable", &msi_disable);
89 TUNABLE_INT("hw.ale.msix_disable", &msix_disable);
170 "ale",
177 DRIVER_MODULE(ale, pci, ale_driver, ale_devclass, NULL, NULL);
178 DRIVER_MODULE(miibus, ale, miibus_drive
[all...]
/freebsd-10.0-release/sys/modules/
H A DMakefile30 ale \
/freebsd-10.0-release/sys/netinet/
H A Dsiftr.c326 struct ale *log_buf;

Completed in 299 milliseconds