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;1219 vp->rx_ring = pci_alloc_consistent(pdev, sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_probe1()1227 vp->tx_ring_dma = vp->rx_ring_dma + sizeof(struct boom_rx_desc) * RX_RING_SIZE; in vortex_probe1()1484 sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_probe1()1752 vp->rx_ring[i].next = cpu_to_le32(vp->rx_ring_dma + sizeof(struct boom_rx_desc) * (i+1)); in vortex_open()3288 sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_remove_one()
280 struct boom_rx_desc { struct305 struct boom_rx_desc rx_ring[RX_RING_SIZE]; argument