Lines Matching refs:wqe
45 "[%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"
49 TP_PROTO(struct rvt_qp *qp, struct rvt_swqe *wqe, int wr_num_sge),
50 TP_ARGS(qp, wqe, wr_num_sge),
54 __field(struct rvt_swqe *, wqe)
73 __entry->wqe = wqe;
74 __entry->wr_id = wqe->wr.wr_id;
77 __entry->psn = wqe->psn;
78 __entry->lpsn = wqe->lpsn;
79 __entry->length = wqe->length;
80 __entry->opcode = wqe->wr.opcode;
86 __entry->ssn = wqe->ssn;
87 __entry->send_flags = wqe->wr.send_flags;
88 __entry->num_sge = wqe->wr.num_sge;
94 __entry->wqe,
116 TP_PROTO(struct rvt_qp *qp, struct rvt_swqe *wqe, u32 idx),
117 TP_ARGS(qp, wqe, idx),
120 __field(struct rvt_swqe *, wqe)
132 __entry->wqe = wqe;
133 __entry->wr_id = wqe->wr.wr_id;
136 __entry->length = wqe->length;
138 __entry->ssn = wqe->ssn;
139 __entry->opcode = wqe->wr.opcode;
140 __entry->send_flags = wqe->wr.send_flags;
143 "[%s] qpn 0x%x qpt %u wqe %p idx %u wr_id %llx length %u ssn %u opcode %x send_flags %x",
147 __entry->wqe,