Lines Matching refs:ctxt
1540 const struct svc_rdma_recv_ctxt *ctxt,
1545 TP_ARGS(ctxt, p, hdrlen),
1558 __entry->cq_id = ctxt->rc_cid.ci_queue_id;
1559 __entry->completion_id = ctxt->rc_cid.ci_completion_id;
1575 const struct svc_rdma_recv_ctxt *ctxt,
1579 TP_ARGS(ctxt, hdrlen),
1588 __entry->cq_id = ctxt->rc_cid.ci_queue_id;
1589 __entry->completion_id = ctxt->rc_cid.ci_completion_id;
1600 const struct svc_rdma_recv_ctxt *ctxt,
1604 TP_ARGS(ctxt, p),
1616 __entry->cq_id = ctxt->rc_cid.ci_queue_id;
1617 __entry->completion_id = ctxt->rc_cid.ci_completion_id;
1633 const struct svc_rdma_recv_ctxt *ctxt, \
1636 TP_ARGS(ctxt, p))
1645 const struct svc_rdma_send_ctxt *ctxt,
1652 TP_ARGS(ctxt, segno, handle, length, offset),
1664 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
1665 __entry->completion_id = ctxt->sc_cid.ci_completion_id;
1945 const struct svc_rdma_send_ctxt *ctxt,
1949 TP_ARGS(ctxt, msglen),
1959 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
1960 __entry->completion_id = ctxt->sc_cid.ci_completion_id;
1961 __entry->hdrlen = ctxt->sc_hdrbuf.len,
1998 const struct svc_rdma_send_ctxt *ctxt
2001 TP_ARGS(ctxt),
2011 const struct ib_send_wr *wr = &ctxt->sc_send_wr;
2013 __entry->cq_id = ctxt->sc_cid.ci_queue_id;
2014 __entry->completion_id = ctxt->sc_cid.ci_completion_id;