Searched refs:rpcrdma_regbuf_alloc (Results 1 – 1 of 1) sorted by relevance
79 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction);822 req->rl_sendbuf = rpcrdma_regbuf_alloc(size, DMA_TO_DEVICE); in rpcrdma_req_create()826 req->rl_recvbuf = rpcrdma_regbuf_alloc(size, DMA_NONE); in rpcrdma_req_create()861 rb = rpcrdma_regbuf_alloc(__roundup_pow_of_two(maxhdrsize), in rpcrdma_req_setup()951 rep->rr_rdmabuf = rpcrdma_regbuf_alloc(r_xprt->rx_ep->re_inline_recv, in rpcrdma_rep_create()1248 rpcrdma_regbuf_alloc(size_t size, enum dma_data_direction direction) in rpcrdma_regbuf_alloc() function