Searched refs:boom_rx_desc (Results 1 – 2 of 2) sorted by relevance
543 struct boom_rx_desc { struct597 struct boom_rx_desc* rx_ring;1211 vp->rx_ring = dma_alloc_coherent(gendev, sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_probe1()1219 vp->tx_ring_dma = vp->rx_ring_dma + sizeof(struct boom_rx_desc) * RX_RING_SIZE; in vortex_probe1()1477 sizeof(struct boom_rx_desc) * RX_RING_SIZE + in vortex_probe1()1738 vp->rx_ring[i].next = cpu_to_le32(vp->rx_ring_dma + sizeof(struct boom_rx_desc) * (i+1)); in vortex_open()3285 sizeof(struct boom_rx_desc) * RX_RING_SIZE + in vortex_remove_one()
276 struct boom_rx_desc { struct301 struct boom_rx_desc rx_ring[RX_RING_SIZE]; argument