IB_QP1_QKEY
attr->qkey = (qp->qp_num == 0) ? 0 : IB_QP1_QKEY;
qp->qp1_hdr.deth.qkey = cpu_to_be32(IB_QP1_QKEY);
qp->ibqp.qp_type == IB_QPT_GSI ? IB_QP1_QKEY : wr->remote_qkey;
attr.qkey = IB_QP1_QKEY;
ctx->port, IB_QPT_GSI, 0, 1, IB_QP1_QKEY,
attr.qkey = IB_QP1_QKEY;