Lines Matching refs:token
1506 dma_addr_t token;
1516 info = dma_alloc_coherent(&vscsi->dma_dev->dev, sizeof(*info), &token,
1529 vscsi->dds.window[LOCAL].liobn, token);
1573 token, vscsi->dds.window[REMOTE].liobn,
1595 dma_free_coherent(&vscsi->dma_dev->dev, sizeof(*info), info, token);
1617 dma_addr_t token;
1635 cap = dma_alloc_coherent(&vscsi->dma_dev->dev, olen, &token,
1645 vscsi->dds.window[LOCAL].liobn, token);
1689 rc = h_copy_rdma(olen, vscsi->dds.window[LOCAL].liobn, token,
1711 dma_free_coherent(&vscsi->dma_dev->dev, olen, cap, token);