Searched refs:rg_device (Results 1 - 2 of 2) sorted by path

/linux-master/net/sunrpc/xprtrdma/
H A Dverbs.c1243 rb->rg_device = NULL;
1296 rb->rg_device = device;
1309 ib_dma_unmap_single(rb->rg_device, rdmab_addr(rb), rdmab_length(rb),
1311 rb->rg_device = NULL;
H A Dxprt_rdma.h122 struct ib_device *rg_device; member in struct:rpcrdma_regbuf
144 return rb->rg_device;
499 * Returns true if the buffer is now mapped to rb->rg_device.
503 return rb->rg_device != NULL;

Completed in 202 milliseconds