Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H 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/net/wireless/ti/wlcore/
H 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/
H 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()
224 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_cm_write() local
230 mlxsw_reg_sbcm_pack(sbcm_pl, local_port, pg_buff, des->dir, in mlxsw_sp_sb_cm_write()
231 min_buff, max_buff, infi_max, des->pool); in mlxsw_sp_sb_cm_write()
236 if (mlxsw_sp_sb_cm_exists(pg_buff, des->dir)) { in mlxsw_sp_sb_cm_write()
242 des->dir); in mlxsw_sp_sb_cm_write()
253 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_write() local
259 mlxsw_reg_sbpm_pack(sbpm_pl, local_port, des->pool, des->dir, false, in mlxsw_sp_sb_pm_write()
274 const struct mlxsw_sp_sb_pool_des *des = in mlxsw_sp_sb_pm_occ_clear() local
[all …]
/linux/arch/sparc/crypto/
H A DMakefile7 obj-$(CONFIG_CRYPTO_DES_SPARC64) += des-sparc64.o
11 des-sparc64-y := des_asm.o des_glue.o
/linux/Documentation/crypto/
H A Ddescore-readme.rst15 des - fast & portable DES encryption & decryption.
57 performance comparison to other available des code which i could
69 since i was interested in fast des filters rather than crypt(3)
72 all the other junk in the mit kerberos des library, so i've just
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
125 des iteration; above, Quick (64k) takes 21 and Small (2k) takes 37.
131 swedish reimplementation of Kerberos des library
141 (code obtained from chalmers.se:pub/des)
[all …]
/linux/drivers/edac/
H 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()
H 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/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh104 … results/tracer-gitsource-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_GIT-des-perf-$1-$2.log
105 …avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_GIT-des-perf-$…
156 …$1-#" $OUTFILE_GIT.result | grep "avg des perf:" | awk '{print $NF}' > $OUTFILE_GIT-des-perf-$1.log
157 …avg_des_perf=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-des-perf…
H A Dtbench.sh86 … results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-des-perf-$1-$2.log
87 …avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_TBENCH-des-per…
138 …$OUTFILE_TBENCH.result | grep "avg des perf:" | awk '{print $NF}' > $OUTFILE_TBENCH-des-perf-$1.log
139 …avg_des_perf=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_TBENCH-des-p…
/linux/tools/power/cpupower/po/
H 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: "
H 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/
H A Dotx2_cpt_common.h106 u64 des:1; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c4260 static void stmmac_tso_allocator(struct stmmac_priv *priv, dma_addr_t des, in stmmac_tso_allocator() argument
4282 curr_addr = des + (total_len - tmp_len); in stmmac_tso_allocator()
4365 dma_addr_t des; in stmmac_tso_xmit() local
4446 des = dma_map_single(priv->device, skb->data, skb_headlen(skb), in stmmac_tso_xmit()
4448 if (dma_mapping_error(priv->device, des)) in stmmac_tso_xmit()
4451 stmmac_set_desc_addr(priv, first, des); in stmmac_tso_xmit()
4452 stmmac_tso_allocator(priv, des + proto_hdr_len, pay_len, in stmmac_tso_xmit()
4467 tx_q->tx_skbuff_dma[tx_q->cur_tx].buf = des; in stmmac_tso_xmit()
4476 des = skb_frag_dma_map(priv->device, frag, 0, in stmmac_tso_xmit()
4479 if (dma_mapping_error(priv->device, des)) in stmmac_tso_xmit()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Dam4372.dtsi408 des: des@0 { label
409 compatible = "ti,omap4-des";
H A Domap4-l4.dtsi2208 des: des@0 { label
2209 compatible = "ti,omap4-des";
H A Domap5-l4.dtsi1964 des: des@0 { label
1965 compatible = "ti,omap4-des";
/linux/Documentation/driver-api/media/drivers/
H A Dcontributors.rst56 Ronny Strutz <3des@elitedvb.de>,
/linux/lib/crypto/
H A DMakefile115 libdes-y := des.o
/linux/drivers/crypto/
H A DKconfig708 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
/linux/net/wireless/
H A Dnl80211.c16695 u8 *pos, len, num_des, des_len, des; in nl80211_set_qos_map() local
16718 for (des = 0; des < num_des; des++) { in nl80211_set_qos_map()
16719 if (qos_map->dscp_exception[des].up > 7) { in nl80211_set_qos_map()
/linux/
H A DCREDITS2472 S: Ecole Nationale Superieure des Telecommunications, Paris