Lines Matching refs:cq
51 struct ib_cq *cq
54 TP_ARGS(cq),
61 cq->timestamp = ktime_get();
62 cq->interrupt = true;
64 __entry->cq_id = cq->res.id;
72 struct ib_cq *cq
75 TP_ARGS(cq),
82 cq->timestamp = ktime_get();
83 cq->interrupt = false;
85 __entry->cq_id = cq->res.id;
93 const struct ib_cq *cq
96 TP_ARGS(cq),
105 ktime_t latency = ktime_sub(ktime_get(), cq->timestamp);
107 __entry->cq_id = cq->res.id;
109 __entry->interrupt = cq->interrupt;
120 const struct ib_cq *cq,
125 TP_ARGS(cq, requested, rc),
134 __entry->cq_id = cq->res.id;
146 const struct ib_cq *cq
149 TP_ARGS(cq),
156 __entry->cq_id = cq->res.id;
167 const struct ib_cq *cq,
172 TP_ARGS(cq, comps, usec),
181 __entry->cq_id = cq->res.id;
193 const struct ib_cq *cq,
199 TP_ARGS(cq, nr_cqe, comp_vector, poll_ctx),
209 __entry->cq_id = cq->res.id;
253 const struct ib_cq *cq
256 TP_ARGS(cq),
263 __entry->cq_id = cq->res.id;