Home
last modified time | relevance | path

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

12

/linux/drivers/pci/hotplug/
A Dacpiphp_ibm.c123 union apci_descriptor *ret = NULL, *des; in ibm_slot_from_id() local
129 des = (union apci_descriptor *)table; in ibm_slot_from_id()
130 if (memcmp(des->header.sig, "aPCI", 4) != 0) in ibm_slot_from_id()
133 des = (union apci_descriptor *)&table[ind += des->header.len]; in ibm_slot_from_id()
134 while (ind < size && (des->generic.type != 0x82 || in ibm_slot_from_id()
135 des->slot.slot_num != id)) { in ibm_slot_from_id()
136 des = (union apci_descriptor *)&table[ind += des->generic.len]; in ibm_slot_from_id()
139 if (ind < size && des->slot.slot_num == id) in ibm_slot_from_id()
140 ret = des; in ibm_slot_from_id()
146 memcpy(ret, des, sizeof(union apci_descriptor)); in ibm_slot_from_id()
/linux/drivers/staging/media/atomisp/pci/hmm/
A Dhmm.c339 char *src, *des; in load_and_flush_by_kmap() local
347 des = (char *)data; in load_and_flush_by_kmap()
364 if (des) { in load_and_flush_by_kmap()
365 memcpy(des, src, len); in load_and_flush_by_kmap()
366 des += len; in load_and_flush_by_kmap()
439 char *src, *des; in hmm_store() local
489 if (!des) { in hmm_store()
496 des += offset; in hmm_store()
508 memcpy(des, src, len); in hmm_store()
532 char *des; in hmm_set() local
[all …]
/linux/Documentation/devicetree/bindings/crypto/
A Domap-des.txt5 - compatible : Should contain "ti,omap4-des"
21 des: des@480a5000 {
22 compatible = "ti,omap4-des";
23 ti,hwmods = "des";
/linux/drivers/net/wireless/ti/wlcore/
A Drx.c207 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/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_buffers.c185 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pr_write() local
191 mlxsw_reg_sbpr_pack(sbpr_pl, des->pool, des->dir, mode, in mlxsw_sp_sb_pr_write()
209 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_cm_write() local
227 des->dir); in mlxsw_sp_sb_cm_write()
238 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_write() local
244 mlxsw_reg_sbpm_pack(sbpm_pl, local_port, des->pool, des->dir, false, in mlxsw_sp_sb_pm_write()
259 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_occ_clear() local
267 mlxsw_reg_sbpm_pack(sbpm_pl, local_port, des->pool, des->dir, in mlxsw_sp_sb_pm_occ_clear()
285 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_occ_query() local
295 mlxsw_reg_sbpm_pack(sbpm_pl, local_port, des->pool, des->dir, in mlxsw_sp_sb_pm_occ_query()
[all …]
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwxgmac2_descs.c318 u32 des = inner_tag << XGMAC_TDES2_IVT_SHIFT; in dwxgmac2_set_vlan_tag() local
320 des &= XGMAC_TDES2_IVT; in dwxgmac2_set_vlan_tag()
321 p->des2 = cpu_to_le32(des); in dwxgmac2_set_vlan_tag()
323 des = inner_type << XGMAC_TDES3_IVTIR_SHIFT; in dwxgmac2_set_vlan_tag()
324 des &= XGMAC_TDES3_IVTIR; in dwxgmac2_set_vlan_tag()
325 p->des3 = cpu_to_le32(des | XGMAC_TDES3_IVLTV); in dwxgmac2_set_vlan_tag()
A Dchain_mode.c98 static void init_dma_chain(void *des, dma_addr_t phy_addr, in init_dma_chain() argument
109 struct dma_extended_desc *p = (struct dma_extended_desc *)des; in init_dma_chain()
118 struct dma_desc *p = (struct dma_desc *)des; in init_dma_chain()
A Ddwmac4_descs.c508 u32 des = inner_tag << TDES2_IVT_SHIFT; in dwmac4_set_vlan_tag() local
510 des &= TDES2_IVT_MASK; in dwmac4_set_vlan_tag()
511 p->des2 = cpu_to_le32(des); in dwmac4_set_vlan_tag()
513 des = inner_type << TDES3_IVTIR_SHIFT; in dwmac4_set_vlan_tag()
514 des &= TDES3_IVTIR_MASK; in dwmac4_set_vlan_tag()
515 p->des3 = cpu_to_le32(des | TDES3_IVLTV); in dwmac4_set_vlan_tag()
A Dstmmac_main.c3915 curr_addr = des + (total_len - tmp_len); in stmmac_tso_allocator()
3994 dma_addr_t des; in stmmac_tso_xmit() local
4066 if (dma_mapping_error(priv->device, des)) in stmmac_tso_xmit()
4075 first->des0 = cpu_to_le32(des); in stmmac_tso_xmit()
4084 stmmac_set_desc_addr(priv, first, des); in stmmac_tso_xmit()
4086 des += proto_hdr_len; in stmmac_tso_xmit()
4099 if (dma_mapping_error(priv->device, des)) in stmmac_tso_xmit()
4235 dma_addr_t des; in stmmac_xmit() local
4315 tx_q->tx_skbuff_dma[entry].buf = des; in stmmac_xmit()
4317 stmmac_set_desc_addr(priv, desc, des); in stmmac_xmit()
[all …]
/linux/Documentation/crypto/
A Ddescore-readme.rst15 des - fast & portable DES encryption & decryption.
78 kerberos des replacement from australia (version 1.95):
116 the rest of the mit des library.
122 the des routine here is buried inside a loop to do the
131 swedish reimplementation of Kerberos des library
141 (code obtained from chalmers.se:pub/des)
335 used to hold keys and input/output blocks to des.
348 m points to a 128byte block, k points to an 8 byte des key
354 is called with m, the routine will act like standard des
370 performs des on the 8 bytes at s into the 8 bytes at
[all …]
/linux/arch/sparc/crypto/
A DMakefile12 obj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o
23 des-sparc64-y := des_asm.o des_glue.o
/linux/drivers/staging/rtl8192e/
A Ddot11d.h49 static inline void copy_mac_addr(unsigned char *des, unsigned char *src) in copy_mac_addr() argument
51 memcpy(des, src, 6); in copy_mac_addr()
/linux/drivers/edac/
A Di82875p_edac.c170 u8 des; member
204 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info()
216 pci_read_config_byte(pdev, I82875P_DES, &info->des); in i82875p_get_error_info()
255 row, multi_chan ? (info->des & 0x1) : 0, in i82875p_process_error_info()
A Di82975x_edac.c219 u8 des; member
253 pci_read_config_byte(pdev, I82975X_DES, &info->des); in i82975x_get_error_info()
271 pci_read_config_byte(pdev, I82975X_DES, &info->des); in i82975x_get_error_info()
/linux/lib/crypto/
A DMakefile31 libdes-y := des.o
/linux/tools/power/cpupower/po/
A Dde.po403 " Meinung des Betriebssystems) *\n"
521 "Für die mit * markierten Argumente ist das Weglassen des Arguments\n"
612 "1. Das Weglassen des Arguments -c oder --cpu ist gleichbedeutend mit der "
705 " -m, --sched-mc [VAL] Legt die Mehrkern-Scheduler-Richtlinie des "
718 msgstr "--perf-bias-Parameter außerhalb des Bereichs [0-%d]\n"
723 msgstr "Parameter --sched-mc außerhalb des Bereichs [0-%d]\n"
728 msgstr "Parameter --sched-smt außerhalb des Bereichs [0-%d]\n"
743 msgstr "Fehler beim Einstellen des perf-bias-Wertes auf der CPU %d\n"
761 " -m, --sched-mc Ruft die Mehrkern-Scheduler-Richtlinie des Kernels ab.\n"
782 msgstr "Mehrkern-Scheduler-Einstellung des Systems: "
A 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 "
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cpt_common.h87 u64 des:1; member
/linux/drivers/crypto/
A DMakefile29 obj-$(CONFIG_CRYPTO_DEV_OMAP_DES) += omap-des.o
A Dn2_core.c664 u8 des[DES_KEY_SIZE]; member
769 memcpy(ctx->key.des, key, keylen); in n2_des_setkey()
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dwifi.h2942 #define CP_MACADDR(des, src) \ argument
2943 ((des)[0] = (src)[0], (des)[1] = (src)[1],\
2944 (des)[2] = (src)[2], (des)[3] = (src)[3],\
2945 (des)[4] = (src)[4], (des)[5] = (src)[5])
/linux/arch/arm/boot/dts/
A Dam4372.dtsi407 des: des@0 { label
408 compatible = "ti,omap4-des";
/linux/Documentation/driver-api/media/drivers/
A Dcontributors.rst56 Ronny Strutz <3des@elitedvb.de>,
/linux/arch/x86/kernel/cpu/
A Dcacheinfo.c804 unsigned char des = dp[j]; in init_intel_cacheinfo() local
809 if (cache_table[k].descriptor == des) { in init_intel_cacheinfo()
/linux/arch/mips/include/asm/txx9/
A Dtx4939.h122 } des; member

Completed in 82 milliseconds

12