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

/freebsd-9.3-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-9.3-release/sys/net80211/
H A Dieee80211_alq.c122 static struct ale *
125 struct ale *ale; local
127 ale = alq_get(ieee80211_alq, ALQ_NOWAIT);
128 if (!ale)
132 return ale;
138 struct ale *ale; local
144 ale = ieee80211_alq_get();
145 if (! ale)
[all...]
/freebsd-9.3-release/sys/dev/ath/
H A Dah_osdep.c213 static struct ale *
216 struct ale *ale; local
219 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
220 if (ale) {
222 (struct athregrec *) ale->ae_data;
226 alq_post(ath_hal_alq, ale);
231 ale = alq_get(ath_hal_alq, ALQ_NOWAIT);
232 if (!ale)
234 return ale;
244 struct ale *ale = ath_hal_alq_get(ah); local
275 struct ale *ale = ath_hal_alq_get(ah); local
291 struct ale *ale = ath_hal_alq_get(ah); local
[all...]
/freebsd-9.3-release/sys/modules/ale/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/ale
/freebsd-9.3-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-9.3-release/sys/kern/
H A Dkern_ktr.c241 struct ale *ale = NULL; local
269 if ((ale = alq_get(ktr_alq, ALQ_NOWAIT)) == NULL) {
274 entry = (struct ktr_entry *)ale->ae_data;
316 if (ktr_alq_enabled && ale)
317 alq_post(ktr_alq, ale);
H A Dkern_alq.c71 struct ale aq_getpost; /* ALE for use by get/post */
680 struct ale *
824 struct ale *
834 alq_post_flags(struct alq *alq, struct ale *ale, int flags) argument
841 if (ale->ae_bytesused > 0) {
848 alq->aq_writehead += ale->ae_bytesused;
849 alq->aq_freebytes -= ale->ae_bytesused;
/freebsd-9.3-release/sys/conf/
H A DmakeLINT.mk36 echo "nodevice ale" >> ${.TARGET}-NOIP
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-nand.c885 if (cmd.ale.adr_byte_num < 5)
1044 cmd.ale.adr_byte_num = num_address_cycles;
1047 cmd.ale.adr_bytes_l = nand_address;
1048 cmd.ale.adr_bytes_h = nand_address >> 32;
1056 cmd.ale.adr_bytes_l = column + (row << column_shift);
1057 cmd.ale.adr_bytes_h = row >> (32 - column_shift);
1059 cmd.ale.alen1 = cvmx_nand_state[chip].alen[0];
1060 cmd.ale.alen2 = cvmx_nand_state[chip].alen[1];
1061 cmd.ale.alen3 = cvmx_nand_state[chip].alen[2];
1062 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.h369 cvmx_nand_cmd_ale_t ale; member in union:__anon6534
H A Dcvmx-mio-defs.h1888 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_s
1904 uint64_t ale : 1;
1912 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_cn52xx
1928 uint64_t ale : 1;
1936 uint64_t ale : 1; /**< Region 0 default ALE mode */ member in struct:cvmx_mio_boot_pin_defs::cvmx_mio_boot_pin_defs_cn56xx
1950 uint64_t ale : 1;
1977 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_s
1985 uint64_t ale : 1;
2006 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_cn30xx
2014 uint64_t ale
2054 uint64_t ale : 1; /**< Region X ALE mode */ member in struct:cvmx_mio_boot_reg_cfgx::cvmx_mio_boot_reg_cfgx_cn50xx
2096 uint64_t ale : 6; /**< Region X ALE count */ member in struct:cvmx_mio_boot_reg_timx::cvmx_mio_boot_reg_timx_s
[all...]
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC136 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-9.3-release/share/man/man4/
H A DMakefile33 ale.4 \
562 MLINKS+=ale.4 if_ale.4
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC212 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-9.3-release/sys/i386/conf/
H A DGENERIC223 device ale # Atheros AR8121/AR8113/AR8114 Ethernet
/freebsd-9.3-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-9.3-release/sys/modules/
H A DMakefile28 ale \
/freebsd-9.3-release/sys/netinet/
H A Dsiftr.c326 struct ale *log_buf;

Completed in 237 milliseconds