Lines Matching refs:wqe
87 "[%s] wqe %p wr_id %llx send_flags %x qpn %x qpt %u psn %x lpsn %x ssn %x length %u opcode 0x%.2x,%s size %u avail %u head %u last %u pid %u num_sge %u wr_num_sge %u"
91 TP_PROTO(struct rvt_qp *qp, struct rvt_swqe *wqe, int wr_num_sge),
92 TP_ARGS(qp, wqe, wr_num_sge),
96 __field(struct rvt_swqe *, wqe)
115 __entry->wqe = wqe;
116 __entry->wr_id = wqe->wr.wr_id;
119 __entry->psn = wqe->psn;
120 __entry->lpsn = wqe->lpsn;
121 __entry->length = wqe->length;
122 __entry->opcode = wqe->wr.opcode;
128 __entry->ssn = wqe->ssn;
129 __entry->send_flags = wqe->wr.send_flags;
130 __entry->num_sge = wqe->wr.num_sge;
136 __entry->wqe,
158 TP_PROTO(struct rvt_qp *qp, struct rvt_swqe *wqe, u32 idx),
159 TP_ARGS(qp, wqe, idx),
162 __field(struct rvt_swqe *, wqe)
174 __entry->wqe = wqe;
175 __entry->wr_id = wqe->wr.wr_id;
178 __entry->length = wqe->length;
180 __entry->ssn = wqe->ssn;
181 __entry->opcode = wqe->wr.opcode;
182 __entry->send_flags = wqe->wr.send_flags;
185 "[%s] qpn 0x%x qpt %u wqe %p idx %u wr_id %llx length %u ssn %u opcode %x send_flags %x",
189 __entry->wqe,