Lines Matching full:wc
112 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
113 TP_ARGS(cq, wc, idx),
127 __entry->wr_id = wc->wr_id;
128 __entry->status = wc->status;
129 __entry->opcode = wc->opcode;
130 __entry->length = wc->byte_len;
131 __entry->qpn = wc->qp->qp_num;
133 __entry->flags = wc->wc_flags;
134 __entry->imm = be32_to_cpu(wc->ex.imm_data);
152 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
153 TP_ARGS(cq, wc, idx));
157 TP_PROTO(struct rvt_cq *cq, struct ib_wc *wc, u32 idx),
158 TP_ARGS(cq, wc, idx));