Lines Matching refs:bth0
83 int has_grh, struct rvt_qp *qp, u32 bth0)
88 if (qp->s_mig_state == IB_MIG_ARMED && (bth0 & IB_BTH_MIG_REQ)) {
109 if (!qib_pkey_ok((u16)bth0,
112 (u16)bth0,
148 if (!qib_pkey_ok((u16)bth0,
151 (u16)bth0,
163 !(bth0 & IB_BTH_MIG_REQ))
207 u32 bth0, u32 bth2)
236 bth0 |= qib_get_pkey(ibp, qp->s_pkey_index);
237 bth0 |= extra_bytes << 20;
239 bth0 |= IB_BTH_MIG_REQ;
240 ohdr->bth[0] = cpu_to_be32(bth0);