Home
last modified time | relevance | path

Searched refs:rg_device (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h115 struct ib_device *rg_device; member
137 return rb->rg_device; in rdmab_device()
486 * Returns true if the buffer is now mapped to rb->rg_device.
490 return rb->rg_device != NULL; in rpcrdma_regbuf_is_mapped()
H A Dverbs.c1279 rb->rg_device = NULL; in rpcrdma_regbuf_alloc()
1332 rb->rg_device = device; in __rpcrdma_regbuf_dma_map()
1345 ib_dma_unmap_single(rb->rg_device, rdmab_addr(rb), rdmab_length(rb), in rpcrdma_regbuf_dma_unmap()
1347 rb->rg_device = NULL; in rpcrdma_regbuf_dma_unmap()
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h122 struct ib_device *rg_device; member
144 return rb->rg_device; in rdmab_device()
499 * Returns true if the buffer is now mapped to rb->rg_device.
503 return rb->rg_device != NULL; in rpcrdma_regbuf_is_mapped()
H A Dverbs.c1243 rb->rg_device = NULL; in rpcrdma_regbuf_alloc()
1296 rb->rg_device = device; in __rpcrdma_regbuf_dma_map()
1309 ib_dma_unmap_single(rb->rg_device, rdmab_addr(rb), rdmab_length(rb), in rpcrdma_regbuf_dma_unmap()
1311 rb->rg_device = NULL; in rpcrdma_regbuf_dma_unmap()

Completed in 6 milliseconds