Lines Matching refs:tmpptr
92 void *tmpptr;
154 tmpptr = dma_alloc_coherent(&pdev->dev, TX_TOTAL_SIZE, &ring_dma,
156 rrpriv->tx_ring = tmpptr;
159 if (!tmpptr) {
164 tmpptr = dma_alloc_coherent(&pdev->dev, RX_TOTAL_SIZE, &ring_dma,
166 rrpriv->rx_ring = tmpptr;
169 if (!tmpptr) {
174 tmpptr = dma_alloc_coherent(&pdev->dev, EVT_RING_SIZE, &ring_dma,
176 rrpriv->evt_ring = tmpptr;
179 if (!tmpptr) {