Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
Dverbs.c901 xdr_buf_init(&req->rl_hdrbuf, rdmab_data(rb), rdmab_length(rb)); in rpcrdma_req_setup()
979 rdmab_length(rep->rr_rdmabuf)); in rpcrdma_rep_create()
1331 rdmab_length(rb), rb->rg_direction); in __rpcrdma_regbuf_dma_map()
1350 ib_dma_unmap_single(rb->rg_device, rdmab_addr(rb), rdmab_length(rb), in rpcrdma_regbuf_dma_unmap()
Dxprt_rdma.h125 static inline u32 rdmab_length(struct rpcrdma_regbuf *rb) in rdmab_length() function
Dtransport.c549 if (unlikely(rdmab_length(rb) < size)) { in rpcrdma_check_regbuf()
Drpc_rdma.c945 rtype = buf->len < rdmab_length(req->rl_sendbuf) ? in rpcrdma_marshal_req()