Home
last modified time | relevance | path

Searched refs:rpcrdma_regbuf_alloc (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dverbs.c83 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction,
1013 rb = rpcrdma_regbuf_alloc(__roundup_pow_of_two(maxhdrsize), in rpcrdma_req_create()
1020 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags); in rpcrdma_req_create()
1024 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE, flags); in rpcrdma_req_create()
1054 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep.rep_inline_recv, in rpcrdma_rep_create()
1333 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction, in rpcrdma_regbuf_alloc() function