Home
last modified time | relevance | path

Searched refs:des3 (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Dring_mode.c60 desc->des3 = desc->des2 + BUF_SIZE_4KiB; in stmmac_jumbo_frm()
77 desc->des3 = desc->des2 + BUF_SIZE_4KiB; in stmmac_jumbo_frm()
88 desc->des3 = desc->des2 + BUF_SIZE_4KiB; in stmmac_jumbo_frm()
112 p->des3 = p->des2 + BUF_SIZE_8KiB; in stmmac_refill_desc3()
118 p->des3 = p->des2 + BUF_SIZE_8KiB; in stmmac_init_desc3()
123 if (unlikely(p->des3)) in stmmac_clean_desc3()
124 p->des3 = 0; in stmmac_clean_desc3()
Dchain_mode.c114 p->basic.des3 = (unsigned int)dma_phy; in stmmac_init_dma_chain()
117 p->basic.des3 = (unsigned int)phy_addr; in stmmac_init_dma_chain()
123 p->des3 = (unsigned int)dma_phy; in stmmac_init_dma_chain()
126 p->des3 = (unsigned int)phy_addr; in stmmac_init_dma_chain()
139 p->des3 = (unsigned int)(priv->dma_rx_phy + in stmmac_refill_desc3()
154 p->des3 = (unsigned int)(priv->dma_tx_phy + in stmmac_clean_desc3()
Dnorm_desc.c238 ns += p->des3 * 1000000000ULL; in ndesc_get_timestamp()
247 if ((p->des2 == 0xffffffff) && (p->des3 == 0xffffffff)) in ndesc_get_rx_timestamp_status()
Denh_desc.c361 ns += p->des3 * 1000000000ULL; in enh_desc_get_timestamp()
374 if ((p->des2 == 0xffffffff) && (p->des3 == 0xffffffff)) in enh_desc_get_rx_timestamp_status()
Ddescs.h165 unsigned int des3; member
Dstmmac_main.c886 ep->basic.des2, ep->basic.des3); in stmmac_display_ring()
893 p->des2, p->des3); in stmmac_display_ring()
2529 ep->basic.des2, ep->basic.des3); in sysfs_display_ring()
2536 p->des2, p->des3); in sysfs_display_ring()
/linux-4.1.27/drivers/mmc/host/
Ddw_mmc.c75 u32 des3; /* Reserved */ member
100 __le32 des3; /* buffer 2 physical address */ member
611 p->des3 = 0; in dw_mci_idmac_init()
626 p->des3 = cpu_to_le32(host->sg_dma + in dw_mci_idmac_init()
632 p->des3 = cpu_to_le32(host->sg_dma); in dw_mci_idmac_init()
/linux-4.1.27/drivers/crypto/
Dn2_core.c652 u8 des3[3 * DES_KEY_SIZE]; member
784 memcpy(ctx->key.des3, key, keylen); in n2_3des_setkey()