Lines Matching refs:bth0
92 u32 bth0; in make_rc_ack() local
179 bth0 = qp->s_ack_state << 24; in make_rc_ack()
201 bth0 = qp->s_ack_state << 24; in make_rc_ack()
225 bth0 = OP(ACKNOWLEDGE) << 24; in make_rc_ack()
232 hfi1_make_ruc_header(qp, ohdr, bth0, bth2, middle, ps); in make_rc_ack()
265 u32 bth0 = 0; in hfi1_make_rc_req() local
430 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
469 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
603 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
642 bth0 |= IB_BTH_SOLICITED; in hfi1_make_rc_req()
695 bth0 | (qp->s_state << 24), in hfi1_make_rc_req()
717 u32 bth0, u32 bth1) in hfi1_make_bth_aeth() argument
726 ohdr->bth[0] = cpu_to_be32(bth0); in hfi1_make_bth_aeth()
767 u32 bth0, bth1; in hfi1_make_rc_ack_9B() local
795 bth0 = pkey | (OP(ACKNOWLEDGE) << 24); in hfi1_make_rc_ack_9B()
797 bth0 |= IB_BTH_MIG_REQ; in hfi1_make_rc_ack_9B()
799 hfi1_make_bth_aeth(qp, ohdr, bth0, bth1); in hfi1_make_rc_ack_9B()
813 u32 bth0, bth1 = 0; in hfi1_make_rc_ack_16B() local
848 bth0 = pkey | (OP(ACKNOWLEDGE) << 24); in hfi1_make_rc_ack_16B()
849 bth0 |= extra_bytes << 20; in hfi1_make_rc_ack_16B()
852 hfi1_make_bth_aeth(qp, ohdr, bth0, bth1); in hfi1_make_rc_ack_16B()