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