Searched refs:des3 (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c104 * In chained mode the des3 points to the next element in the ring. stmmac_init_dma_chain()
114 p->basic.des3 = (unsigned int)dma_phy; stmmac_init_dma_chain()
117 p->basic.des3 = (unsigned int)phy_addr; stmmac_init_dma_chain()
123 p->des3 = (unsigned int)dma_phy; stmmac_init_dma_chain()
126 p->des3 = (unsigned int)phy_addr; stmmac_init_dma_chain()
135 /* NOTE: Device will overwrite des3 with timestamp value if stmmac_refill_desc3()
139 p->des3 = (unsigned int)(priv->dma_rx_phy + stmmac_refill_desc3()
150 /* NOTE: Device will overwrite des3 with timestamp value if stmmac_clean_desc3()
154 p->des3 = (unsigned int)(priv->dma_tx_phy + stmmac_clean_desc3()
H A Dring_mode.c60 desc->des3 = desc->des2 + BUF_SIZE_4KiB; stmmac_jumbo_frm()
77 desc->des3 = desc->des2 + BUF_SIZE_4KiB; stmmac_jumbo_frm()
88 desc->des3 = desc->des2 + BUF_SIZE_4KiB; stmmac_jumbo_frm()
112 p->des3 = p->des2 + BUF_SIZE_8KiB; stmmac_refill_desc3()
118 p->des3 = p->des2 + BUF_SIZE_8KiB; stmmac_init_desc3()
123 if (unlikely(p->des3)) stmmac_clean_desc3()
124 p->des3 = 0; stmmac_clean_desc3()
H A Dnorm_desc.c238 ns += p->des3 * 1000000000ULL; ndesc_get_timestamp()
247 if ((p->des2 == 0xffffffff) && (p->des3 == 0xffffffff)) ndesc_get_rx_timestamp_status()
H A Ddescs.h165 unsigned int des3; member in struct:dma_desc
H A Denh_desc.c361 ns += p->des3 * 1000000000ULL; enh_desc_get_timestamp()
374 if ((p->des2 == 0xffffffff) && (p->des3 == 0xffffffff)) enh_desc_get_rx_timestamp_status()
H A Dstmmac_main.c886 ep->basic.des2, ep->basic.des3); stmmac_display_ring()
893 p->des2, p->des3); stmmac_display_ring()
2529 ep->basic.des2, ep->basic.des3); sysfs_display_ring()
2536 p->des2, p->des3); sysfs_display_ring()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c260 * This is the des3 key derivation postprocess function
H A Dgss_krb5_mech.c103 .name = "des3-hmac-sha1",
/linux-4.1.27/drivers/crypto/
H A Domap-des.c827 .cra_driver_name = "ecb-des3-omap",
849 .cra_driver_name = "cbc-des3-omap",
H A Dn2_core.c652 u8 des3[3 * DES_KEY_SIZE]; member in union:n2_cipher_context::__anon3812
784 memcpy(ctx->key.des3, key, keylen); n2_3des_setkey()
H A Dpicoxcell_crypto.c1413 .cra_driver_name = "cbc-des3-ede-picoxcell",
1440 .cra_driver_name = "ecb-des3-ede-picoxcell",
/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc.c75 u32 des3; /* Reserved */ member in struct:idmac_desc_64addr
100 __le32 des3; /* buffer 2 physical address */ member in struct:idmac_desc
611 p->des3 = 0; dw_mci_idmac_init()
626 p->des3 = cpu_to_le32(host->sg_dma + dw_mci_idmac_init()
632 p->des3 = cpu_to_le32(host->sg_dma); dw_mci_idmac_init()

Completed in 391 milliseconds