Searched refs:alloc_phys (Results 1 – 1 of 1) sorted by relevance
119 dma_addr_t alloc_phys; member341 buf->alloc = dma_alloc_coherent(dev, buf->alloc_len, &buf->alloc_phys, in ec_bhf_alloc_dma_mem()348 buf->buf_phys = (buf->alloc_phys + buf->len) & mask; in ec_bhf_alloc_dma_mem()349 buf->buf = buf->alloc + (buf->buf_phys - buf->alloc_phys); in ec_bhf_alloc_dma_mem()444 priv->tx_buf.alloc, priv->tx_buf.alloc_phys); in ec_bhf_stop()446 priv->rx_buf.alloc, priv->rx_buf.alloc_phys); in ec_bhf_stop()