IB: Return qp pointer as part of ib_wc
[powerpc.git] / include / rdma / ib_verbs.h
index 73aafd7..765589f 100644 (file)
@@ -420,8 +420,8 @@ struct ib_wc {
        enum ib_wc_opcode       opcode;
        u32                     vendor_err;
        u32                     byte_len;
+       struct ib_qp           *qp;
        __be32                  imm_data;
-       u32                     qp_num;
        u32                     src_qp;
        int                     wc_flags;
        u16                     pkey_index;