Lines Matching defs:qkey
107 * Check that the qkey matches (except for QP0, see 9.6.1.4.1).
109 * qkey from the QP context instead of the WR (see 10.2.5).
112 u32 qkey;
114 qkey = (int)rvt_get_swqe_remote_qkey(swqe) < 0 ?
115 sqp->qkey : rvt_get_swqe_remote_qkey(swqe);
116 if (unlikely(qkey != qp->qkey))
380 * qkey from the QP context instead of the WR (see 10.2.5).
383 cpu_to_be32((int)rvt_get_swqe_remote_qkey(wqe) < 0 ? qp->qkey :
435 u32 qkey;
447 qkey = be32_to_cpu(ohdr->u.ud.deth[0]);
483 if (unlikely(qkey != qp->qkey))