Lines Matching refs:bth1
1697 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_read_packet() argument
1756 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_read_packet()
1757 *bth1 |= remote->qp; in hfi1_build_tid_rdma_read_packet()
1781 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_read_req() argument
1872 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len); in hfi1_build_tid_rdma_read_req()
2339 u32 *bth1, u32 *bth2, u32 *len, bool *last) in hfi1_build_tid_rdma_read_resp() argument
2383 *bth1 = flow->tid_qpn; in hfi1_build_tid_rdma_read_resp()
3356 u32 *bth1, u32 *bth2, u32 *len) in hfi1_build_tid_rdma_write_req() argument
3379 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_write_req()
3380 *bth1 |= remote->qp; in hfi1_build_tid_rdma_write_req()
3824 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_write_resp() argument
3918 *bth1 = remote->qp; in hfi1_build_tid_rdma_write_resp()
4195 u32 *bth1, u32 *bth2, u32 *len) in hfi1_build_tid_rdma_packet() argument
4234 *bth1 = flow->tid_qpn; in hfi1_build_tid_rdma_packet()
4416 u32 *bth1, u32 *bth2) in hfi1_build_tid_rdma_write_ack() argument
4428 *bth1 = remote->qp; in hfi1_build_tid_rdma_write_ack()
4832 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_resync() argument
4845 *bth1 = remote->qp; in hfi1_build_tid_rdma_resync()
5001 u32 bth1 = 0, bth2 = 0, hwords = 5, len, middle = 0; in hfi1_make_tid_rdma_pkt() local
5098 last = hfi1_build_tid_rdma_packet(wqe, ohdr, &bth1, &bth2, in hfi1_make_tid_rdma_pkt()
5133 hwords += hfi1_build_tid_rdma_resync(qp, wqe, ohdr, &bth1, in hfi1_make_tid_rdma_pkt()
5155 hfi1_make_ruc_header(qp, ohdr, (opcode << 24), bth1, bth2, in hfi1_make_tid_rdma_pkt()
5183 u32 bth1 = 0, bth2 = 0; in make_tid_rdma_ack() local
5296 hwords += hfi1_build_tid_rdma_write_ack(qp, e, ohdr, flow, &bth1, in make_tid_rdma_ack()
5304 hfi1_make_ruc_header(qp, ohdr, (TID_OP(ACK) << 24), bth1, bth2, middle, in make_tid_rdma_ack()