Searched refs:boom_rx_desc (Results 1 – 2 of 2) sorted by relevance
738 struct boom_rx_desc { struct784 struct boom_rx_desc* rx_ring;1152 vp->rx_ring = pci_alloc_consistent(pdev, sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_probe1()1160 vp->tx_ring_dma = vp->rx_ring_dma + sizeof(struct boom_rx_desc) * RX_RING_SIZE; in vortex_probe1()1431 sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_probe1()1689 vp->rx_ring[i].next = cpu_to_le32(vp->rx_ring_dma + sizeof(struct boom_rx_desc) * (i+1)); in vortex_open()3101 sizeof(struct boom_rx_desc) * RX_RING_SIZE in vortex_remove_one()
303 struct boom_rx_desc { struct327 struct boom_rx_desc rx_ring[RX_RING_SIZE]; argument