Lines Matching refs:rqstp

177 		const struct svc_rqst *rqstp,
181 TP_ARGS(rqstp, maj_stat),
186 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
190 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
192 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
204 const struct svc_rqst *rqstp, \
207 TP_ARGS(rqstp, maj_stat))
216 const struct svc_rqst *rqstp
219 TP_ARGS(rqstp),
223 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
227 __entry->xid = be32_to_cpu(rqstp->rq_xid);
228 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
236 const struct svc_rqst *rqstp
239 TP_ARGS(rqstp),
243 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
247 __entry->xid = be32_to_cpu(rqstp->rq_xid);
248 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
256 const struct svc_rqst *rqstp,
261 TP_ARGS(rqstp, expected, received),
267 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
273 __entry->xid = __be32_to_cpu(rqstp->rq_xid);
274 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
284 const struct svc_rqst *rqstp,
289 TP_ARGS(rqstp, major_status, minor_status),
295 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
301 __entry->xid = be32_to_cpu(rqstp->rq_xid);
302 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
315 const struct svc_rqst *rqstp,
319 TP_ARGS(rqstp, gc),
324 __string(addr, rqstp->rq_xprt->xpt_remotebuf)
328 __entry->xid = be32_to_cpu(rqstp->rq_xid);
330 __assign_str(addr, rqstp->rq_xprt->xpt_remotebuf);
491 const struct svc_rqst *rqstp,
495 TP_ARGS(rqstp, seqno),
503 __entry->xid = be32_to_cpu(rqstp->rq_xid);
514 const struct svc_rqst *rqstp, \
517 TP_ARGS(rqstp, seqno))
524 const struct svc_rqst *rqstp,
530 TP_ARGS(rqstp, seqno, min, max),
540 __entry->xid = be32_to_cpu(rqstp->rq_xid);