Lines Matching refs:bth2
93 u32 bth2; in ipath_make_rc_ack() local
140 bth2 = qp->s_ack_rdma_psn++ & IPATH_PSN_MASK; in ipath_make_rc_ack()
152 bth2 = e->psn; in ipath_make_rc_ack()
172 bth2 = qp->s_ack_rdma_psn++ & IPATH_PSN_MASK; in ipath_make_rc_ack()
196 bth2 = qp->s_ack_psn & IPATH_PSN_MASK; in ipath_make_rc_ack()
200 ipath_make_ruc_header(dev, qp, ohdr, bth0, bth2); in ipath_make_rc_ack()
222 u32 bth2; in ipath_make_rc_req() local
309 bth2 = 0; in ipath_make_rc_req()
336 bth2 = 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
376 bth2 = 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
470 bth2 |= qp->s_psn & IPATH_PSN_MASK; in ipath_make_rc_req()
501 bth2 = qp->s_psn++ & IPATH_PSN_MASK; in ipath_make_rc_req()
520 bth2 |= 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
537 bth2 = qp->s_psn++ & IPATH_PSN_MASK; in ipath_make_rc_req()
556 bth2 |= 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
576 bth2 = qp->s_psn & IPATH_PSN_MASK; in ipath_make_rc_req()
586 bth2 |= 1 << 31; /* Request ACK. */ in ipath_make_rc_req()
591 ipath_make_ruc_header(dev, qp, ohdr, bth0 | (qp->s_state << 24), bth2); in ipath_make_rc_req()