Lines Matching defs:qkey
89 * Check that the qkey matches (except for QP0, see 9.6.1.4.1).
91 * qkey from the QP context instead of the WR (see 10.2.5).
94 u32 qkey;
96 qkey = (int)rvt_get_swqe_remote_qkey(swqe) < 0 ?
97 sqp->qkey : rvt_get_swqe_remote_qkey(swqe);
98 if (unlikely(qkey != qp->qkey))
253 * qkey from the QP context instead of the WR (see 10.2.5).
256 cpu_to_be32((int)rvt_get_swqe_remote_qkey(wqe) < 0 ? qp->qkey :
894 ib_get_qkey(packet->ohdr) != qp->qkey))