dma_phy           106 drivers/net/ethernet/stmicro/stmmac/chain_mode.c 	dma_addr_t dma_phy = phy_addr;
dma_phy           111 drivers/net/ethernet/stmicro/stmmac/chain_mode.c 			dma_phy += sizeof(struct dma_extended_desc);
dma_phy           112 drivers/net/ethernet/stmicro/stmmac/chain_mode.c 			p->basic.des3 = cpu_to_le32((unsigned int)dma_phy);
dma_phy           120 drivers/net/ethernet/stmicro/stmmac/chain_mode.c 			dma_phy += sizeof(struct dma_desc);
dma_phy           121 drivers/net/ethernet/stmicro/stmmac/chain_mode.c 			p->des3 = cpu_to_le32((unsigned int)dma_phy);