Searched refs:rl_slot (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 303 struct rpc_rqst rl_slot; member 324 return container_of(rqst, struct rpcrdma_req, rl_slot); in rpcr_to_rdmar()
|
H A D | backchannel.c | 203 rqst = &req->rl_slot; in rpcrdma_bc_rqst_get()
|
H A D | transport.c | 517 task->tk_rqstp = &req->rl_slot; in xprt_rdma_alloc_slot()
|
H A D | rpc_rdma.c | 339 return frwr_map(r_xprt, seg, nsegs, writing, req->rl_slot.rq_xid, *mr); in rpcrdma_mr_prepare() 852 trace_xprtrdma_prepsend_failed(&req->rl_slot, ret); in rpcrdma_prepare_send_sges()
|
H A D | verbs.c | 932 req->rl_slot.rq_cong = 0; in rpcrdma_req_reset()
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 317 struct rpc_rqst rl_slot; member 338 return container_of(rqst, struct rpcrdma_req, rl_slot); in rpcr_to_rdmar()
|
H A D | backchannel.c | 201 rqst = &req->rl_slot; in rpcrdma_bc_rqst_get()
|
H A D | transport.c | 509 task->tk_rqstp = &req->rl_slot; in xprt_rdma_alloc_slot()
|
H A D | rpc_rdma.c | 310 return frwr_map(r_xprt, seg, nsegs, writing, req->rl_slot.rq_xid, *mr); in rpcrdma_mr_prepare() 836 trace_xprtrdma_prepsend_failed(&req->rl_slot, ret); in rpcrdma_prepare_send_sges()
|
H A D | verbs.c | 897 req->rl_slot.rq_cong = 0; in rpcrdma_req_reset()
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 523 const struct rpc_task *task = req->rl_slot.rq_task; 775 const struct rpc_rqst *rqst = &req->rl_slot; 834 const struct rpc_rqst *rqst = &req->rl_slot; 928 const struct rpc_rqst *rqst = &req->rl_slot; 965 const struct rpc_rqst *rqst = &req->rl_slot; 1080 const struct rpc_task *task = req->rl_slot.rq_task;
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rpcrdma.h | 567 const struct rpc_rqst *rqst = &req->rl_slot; 596 const struct rpc_rqst *rqst = &req->rl_slot; 654 const struct rpc_rqst *rqst = &req->rl_slot; 747 const struct rpc_rqst *rqst = &req->rl_slot; 836 __entry->xid = be32_to_cpu(req->rl_slot.rq_xid);
|
Completed in 15 milliseconds