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