Lines Matching refs:ring_space
380 void *ring_space;
437 ring_space = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma,
439 if (!ring_space)
441 np->tx_ring = ring_space;
444 ring_space = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma,
446 if (!ring_space)
448 np->rx_ring = ring_space;
451 ring_space = dma_alloc_coherent(&pdev->dev, STATUS_TOTAL_SIZE,
453 if (!ring_space)
455 np->tx_status = ring_space;