Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dverbs.c83 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction,
1014 rb = rpcrdma_regbuf_alloc(__roundup_pow_of_two(maxhdrsize), in rpcrdma_req_create()
1021 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE, flags); in rpcrdma_req_create()
1025 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE, flags); in rpcrdma_req_create()
1075 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep.rep_inline_recv, in rpcrdma_rep_create()
1365 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction, in rpcrdma_regbuf_alloc() function