Home
last modified time | relevance | path

Searched refs:des (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Ddot11d.h37 #define cpMacAddr(des, src) ((des)[0] = (src)[0], \ argument
38 (des)[1] = (src)[1], (des)[2] = (src)[2], \
39 (des)[3] = (src)[3], (des)[4] = (src)[4], \
40 (des)[5] = (src)[5])
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_ibm.c137 union apci_descriptor *ret = NULL, *des; in ibm_slot_from_id() local
141 des = (union apci_descriptor *)table; in ibm_slot_from_id()
142 if (memcmp(des->header.sig, "aPCI", 4) != 0) in ibm_slot_from_id()
145 des = (union apci_descriptor *)&table[ind += des->header.len]; in ibm_slot_from_id()
146 while (ind < size && (des->generic.type != 0x82 || in ibm_slot_from_id()
147 des->slot.slot_num != id)) { in ibm_slot_from_id()
148 des = (union apci_descriptor *)&table[ind += des->generic.len]; in ibm_slot_from_id()
151 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id()
152 ret = des; in ibm_slot_from_id()
157 memcpy(ret, des, sizeof(union apci_descriptor)); in ibm_slot_from_id()
/linux-4.1.27/Documentation/devicetree/bindings/crypto/
Domap-des.txt5 - compatible : Should contain "ti,omap4-des"
21 des: des@480a5000 {
22 compatible = "ti,omap4-des";
23 ti,hwmods = "des";
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Drx.c214 u32 pkt_offset, des; in wlcore_rx() local
223 des = le32_to_cpu(status->rx_pkt_descs[rx_counter]); in wlcore_rx()
224 pkt_len = wlcore_rx_get_buf_size(wl, des); in wlcore_rx()
240 des = le32_to_cpu(status->rx_pkt_descs[drv_rx_counter]); in wlcore_rx()
241 ret = wlcore_hw_prepare_read(wl, des, buf_size); in wlcore_rx()
253 des = le32_to_cpu(status->rx_pkt_descs[drv_rx_counter]); in wlcore_rx()
254 pkt_len = wlcore_rx_get_buf_size(wl, des); in wlcore_rx()
255 rx_align = wlcore_hw_get_rx_buf_align(wl, des); in wlcore_rx()
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt4 des - fast & portable DES encryption & decryption.
46 performance comparison to other available des code which i could
56 since i was interested in fast des filters rather than crypt(3)
59 all the other junk in the mit kerberos des library, so i've just
65 kerberos des replacement from australia (version 1.95):
93 the rest of the mit des library.
97 the des routine here is buried inside a loop to do the
100 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
105 swedish reimplementation of Kerberos des library
112 (code obtained from chalmers.se:pub/des)
[all …]
/linux-4.1.27/arch/sparc/crypto/
DMakefile11 obj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o
22 des-sparc64-y := des_asm.o des_glue.o
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dchain_mode.c100 static void stmmac_init_dma_chain(void *des, dma_addr_t phy_addr, in stmmac_init_dma_chain() argument
111 struct dma_extended_desc *p = (struct dma_extended_desc *)des; in stmmac_init_dma_chain()
120 struct dma_desc *p = (struct dma_desc *)des; in stmmac_init_dma_chain()
Dcommon.h439 void (*init) (void *des, dma_addr_t phy_addr, unsigned int size,
/linux-4.1.27/drivers/staging/rtl8192e/
Ddot11d.h63 static inline void cpMacAddr(unsigned char *des, unsigned char *src) in cpMacAddr() argument
65 memcpy(des, src, 6); in cpMacAddr()
/linux-4.1.27/drivers/edac/
Di82875p_edac.c171 u8 des; member
205 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info()
217 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info()
256 row, multi_chan ? (info->des & 0x1) : 0, in i82875p_process_error_info()
Di82975x_edac.c220 u8 des; member
254 pci_read_config_byte(pdev, I82975X_DES, &info->des); in i82975x_get_error_info()
272 pci_read_config_byte(pdev, I82975X_DES, &info->des); in i82975x_get_error_info()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c187 static int ptlrpcd_steal_rqset(struct ptlrpc_request_set *des, in ptlrpcd_steal_rqset() argument
199 req->rq_set = des; in ptlrpcd_steal_rqset()
202 &des->set_requests); in ptlrpcd_steal_rqset()
204 atomic_add(rc, &des->set_remaining); in ptlrpcd_steal_rqset()
/linux-4.1.27/drivers/crypto/
DMakefile17 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
Dn2_core.c651 u8 des[DES_KEY_SIZE]; member
766 memcpy(ctx->key.des, key, keylen); in n2_des_setkey()
/linux-4.1.27/arch/arm/boot/dts/
Dam4372.dtsi737 des: des@53701000 { label
738 compatible = "ti,omap4-des";
739 ti,hwmods = "des";
Domap4.dtsi892 des: des@480a5000 { label
893 compatible = "ti,omap4-des";
894 ti,hwmods = "des";
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h2869 #define CP_MACADDR(des, src) \ argument
2870 ((des)[0] = (src)[0], (des)[1] = (src)[1],\
2871 (des)[2] = (src)[2], (des)[3] = (src)[3],\
2872 (des)[4] = (src)[4], (des)[5] = (src)[5])
/linux-4.1.27/Documentation/dvb/
Dcontributors.txt37 Ronny Strutz <3des@elitedvb.de>
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt17 des
/linux-4.1.27/arch/x86/kernel/cpu/
Dintel_cacheinfo.c733 unsigned char des = dp[j]; in init_intel_cacheinfo() local
738 if (cache_table[k].descriptor == des) { in init_intel_cacheinfo()
/linux-4.1.27/arch/mips/include/asm/txx9/
Dtx4939.h129 } des; member
/linux-4.1.27/tools/power/cpupower/po/
Dfr.po364 msgstr " des statistique concernant cpufreq:"
447 " -s, --stats Indique des statistiques concernant cpufreq, si\n"
607 "3. on pourra pr�ciser l'unit� des fr�quences en postfixant sans aucune "
Dde.po393 " Meinung des Betriebssystems) *\n"
/linux-4.1.27/net/wireless/
Dnl80211.c10000 u8 *pos, len, num_des, des_len, des; in nl80211_set_qos_map() local
10024 for (des = 0; des < num_des; des++) { in nl80211_set_qos_map()
10025 if (qos_map->dscp_exception[des].up > 7) { in nl80211_set_qos_map()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_ioc.c3881 u8 *des = (u8 *) &(sfp->sfpmem); in bfa_sfp_show_comp() local
3882 memcpy(des, sfp->dbuf_kva, size); in bfa_sfp_show_comp()
/linux-4.1.27/
DCREDITS2177 S: Ecole Nationale Superieure des Telecommunications, Paris