Lines Matching defs:bth1
1704 struct ib_other_headers *ohdr, u32 *bth1,
1763 *bth1 &= ~RVT_QPN_MASK;
1764 *bth1 |= remote->qp;
1788 struct ib_other_headers *ohdr, u32 *bth1,
1879 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len);
2346 u32 *bth1, u32 *bth2, u32 *len, bool *last)
2390 *bth1 = flow->tid_qpn;
3368 u32 *bth1, u32 *bth2, u32 *len)
3391 *bth1 &= ~RVT_QPN_MASK;
3392 *bth1 |= remote->qp;
3836 struct ib_other_headers *ohdr, u32 *bth1,
3930 *bth1 = remote->qp;
4207 u32 *bth1, u32 *bth2, u32 *len)
4246 *bth1 = flow->tid_qpn;
4428 u32 *bth1, u32 *bth2)
4440 *bth1 = remote->qp;
4844 struct ib_other_headers *ohdr, u32 *bth1,
4857 *bth1 = remote->qp;
5013 u32 bth1 = 0, bth2 = 0, hwords = 5, len, middle = 0;
5110 last = hfi1_build_tid_rdma_packet(wqe, ohdr, &bth1, &bth2,
5145 hwords += hfi1_build_tid_rdma_resync(qp, wqe, ohdr, &bth1,
5167 hfi1_make_ruc_header(qp, ohdr, (opcode << 24), bth1, bth2,
5195 u32 bth1 = 0, bth2 = 0;
5308 hwords += hfi1_build_tid_rdma_write_ack(qp, e, ohdr, flow, &bth1,
5316 hfi1_make_ruc_header(qp, ohdr, (TID_OP(ACK) << 24), bth1, bth2, middle,