Searched refs:rx_bd_p (Results 1 – 2 of 2) sorted by relevance
315 lp->rx_bd_v, lp->rx_bd_p); in temac_dma_bd_release()347 &lp->rx_bd_p, GFP_KERNEL); in temac_dma_bd_init()357 lp->rx_bd_v[i].next = cpu_to_be32(lp->rx_bd_p in temac_dma_bd_init()398 lp->dma_out(lp, RX_CURDESC_PTR, lp->rx_bd_p); in temac_dma_bd_init()400 lp->rx_bd_p + (sizeof(*lp->rx_bd_v) * lp->rx_bd_tail)); in temac_dma_bd_init()1097 lp->rx_bd_p + sizeof(*lp->rx_bd_v) * lp->rx_bd_tail); in ll_temac_recv()
384 dma_addr_t rx_bd_p; member