alloc_phys        119 drivers/net/ethernet/ec_bhf.c 	dma_addr_t alloc_phys;
alloc_phys        341 drivers/net/ethernet/ec_bhf.c 	buf->alloc = dma_alloc_coherent(dev, buf->alloc_len, &buf->alloc_phys,
alloc_phys        348 drivers/net/ethernet/ec_bhf.c 	buf->buf_phys = (buf->alloc_phys + buf->len) & mask;
alloc_phys        349 drivers/net/ethernet/ec_bhf.c 	buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys);
alloc_phys        444 drivers/net/ethernet/ec_bhf.c 			  priv->tx_buf.alloc, priv->tx_buf.alloc_phys);
alloc_phys        446 drivers/net/ethernet/ec_bhf.c 			  priv->rx_buf.alloc, priv->rx_buf.alloc_phys);