Lines Matching refs:bth1

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