Lines Matching refs:bth
700 ohdr->bth[0] = cpu_to_be32(bth0); in qib_send_rc_ack()
701 ohdr->bth[1] = cpu_to_be32(qp->remote_qpn); in qib_send_rc_ack()
702 ohdr->bth[2] = cpu_to_be32(qp->r_ack_psn & QIB_PSN_MASK); in qib_send_rc_ack()
987 opcode = be32_to_cpu(ohdr->bth[0]) >> 24; in qib_rc_send_complete()
995 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_send_complete()
1541 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1566 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv_resp()
1887 opcode = be32_to_cpu(ohdr->bth[0]); in qib_rc_rcv()
1891 psn = be32_to_cpu(ohdr->bth[2]); in qib_rc_rcv()
2016 pad = (be32_to_cpu(ohdr->bth[0]) >> 20) & 3; in qib_rc_rcv()
2049 (ohdr->bth[0] & in qib_rc_rcv()