Lines Matching refs:bth0
92 u32 bth0; in ipath_make_rc_ack() local
155 bth0 = qp->s_ack_state << 24; in ipath_make_rc_ack()
171 bth0 = qp->s_ack_state << 24; in ipath_make_rc_ack()
195 bth0 = OP(ACKNOWLEDGE) << 24; in ipath_make_rc_ack()
200 ipath_make_ruc_header(dev, qp, ohdr, bth0, bth2); in ipath_make_rc_ack()
221 u32 bth0; in ipath_make_rc_req() local
269 bth0 = 1 << 22; /* Set M bit */ in ipath_make_rc_req()
335 bth0 |= 1 << 23; in ipath_make_rc_req()
374 bth0 |= 1 << 23; in ipath_make_rc_req()
519 bth0 |= 1 << 23; in ipath_make_rc_req()
554 bth0 |= 1 << 23; in ipath_make_rc_req()
591 ipath_make_ruc_header(dev, qp, ohdr, bth0 | (qp->s_state << 24), bth2); in ipath_make_rc_req()
617 u32 bth0; in send_rc_ack() local
665 bth0 = ipath_get_pkey(dd, qp->s_pkey_index) | in send_rc_ack()
679 ohdr->bth[0] = cpu_to_be32(bth0); in send_rc_ack()