Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c144 svc_rdma_send_cid_init(rdma, &ctxt->sc_cid); in svc_rdma_send_ctxt_alloc()
249 trace_svcrdma_dma_unmap_page(&ctxt->sc_cid, in svc_rdma_send_ctxt_release()
317 trace_svcrdma_wc_send(&ctxt->sc_cid); in svc_rdma_wc_send()
323 trace_svcrdma_wc_send_err(wc, &ctxt->sc_cid);
325 trace_svcrdma_wc_send_flush(wc, &ctxt->sc_cid);
354 struct rpc_rdma_cid cid = ctxt->sc_cid; in svc_rdma_post_send()
587 trace_svcrdma_dma_map_page(&ctxt->sc_cid, dma_addr, len);
594 trace_svcrdma_dma_map_err(&ctxt->sc_cid, dma_addr, len);
H A Dverbs.c150 trace_xprtrdma_wc_send(wc, &sc->sc_cid); in rpcrdma_wc_send()
624 sc->sc_cid.ci_queue_id = ep->re_attr.send_cq->res.id; in rpcrdma_sendctx_create()
625 sc->sc_cid.ci_completion_id = in rpcrdma_sendctx_create()
H A Dxprt_rdma.h228 struct rpc_rdma_cid sc_cid; member
/linux/include/trace/events/
H A Drpcrdma.h953 __entry->cq_id = sc->sc_cid.ci_queue_id;
954 __entry->completion_id = sc->sc_cid.ci_completion_id;
1664 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
1665 __entry->completion_id = ctxt->sc_cid.ci_completion_id;
1959 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
1960 __entry->completion_id = ctxt->sc_cid.ci_completion_id;
2013 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
2014 __entry->completion_id = ctxt->sc_cid.ci_completion_id;
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h234 struct rpc_rdma_cid sc_cid; member