Lines Matching refs:bth
702 ohdr->bth[0] = cpu_to_be32(bth0); in qib_send_rc_ack()
703 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in qib_send_rc_ack()
704 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & QIB_PSN_MASK); in qib_send_rc_ack()
989 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in qib_rc_send_complete()
997 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_send_complete()
1543 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1568 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1889 opcode = be32_to_cpu(ohdr->bth[0]); in qib_rc_rcv()
1893 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_rcv()
2018 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv()
2051 (ohdr->bth[0] & in qib_rc_rcv()