Home
last modified time | relevance | path

Searched refs:bth1 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h246 u32 *bth1, u32 *bth2, u32 *len);
248 struct ib_other_headers *ohdr, u32 *bth1,
253 u32 *bth1, u32 *bth2, u32 *len, bool *last);
276 u32 *bth1, u32 *bth2, u32 *len);
281 struct ib_other_headers *ohdr, u32 *bth1,
291 u32 *bth1, u32 *bth2, u32 *len);
297 u32 *bth1, u32 *bth2);
305 struct ib_other_headers *ohdr, u32 *bth1,
H A Druc.c209 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument
212 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_bth()
233 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument
271 bth1 |= OPA_BTH_MIG_REQ; in hfi1_make_ruc_header_16B()
288 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B()
322 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_9B() argument
356 bth1 |= (IB_BECN_MASK << IB_BECN_SHIFT); in hfi1_make_ruc_header_9B()
366 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
377 u32 bth0, u32 bth1, u32 bth2, int middle,
387 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument
[all …]
H A Dopfn.c36 static bool hfi1_opfn_extended(u32 bth1) in hfi1_opfn_extended() argument
38 return !!(bth1 & IB_BTHE_E); in hfi1_opfn_extended()
293 void opfn_trigger_conn_request(struct rvt_qp *qp, u32 bth1) in opfn_trigger_conn_request() argument
297 if (!priv->opfn.extended && hfi1_opfn_extended(bth1) && in opfn_trigger_conn_request()
H A Drc.c75 u32 bth1 = qp->remote_qpn | (HFI1_CAP_IS_KSET(OPFN) << IB_BTHE_E_SHIFT); in make_rc_ack() local
286 hdrlen = hfi1_build_tid_rdma_write_resp(qp, e, ohdr, &bth1, in make_rc_ack()
310 &bth1, &bth2, &len, in make_rc_ack()
356 hfi1_make_ruc_header(qp, ohdr, bth0, bth1, bth2, middle, ps); in make_rc_ack()
401 u32 bth1 = qp->remote_qpn | (HFI1_CAP_IS_KSET(OPFN) << IB_BTHE_E_SHIFT); in hfi1_make_rc_req() local
636 &bth1, &bth2, in hfi1_make_rc_req()
815 &bth1, &bth2, in hfi1_make_rc_req()
1024 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr, &bth1, in hfi1_make_rc_req()
1075 delta = hfi1_build_tid_rdma_read_packet(wqe, ohdr, &bth1, in hfi1_make_rc_req()
1118 delta = hfi1_build_tid_rdma_read_req(qp, wqe, ohdr, &bth1, in hfi1_make_rc_req()
[all …]
H A Dopfn.h83 void opfn_trigger_conn_request(struct rvt_qp *qp, u32 bth1);
H A Dtid_rdma.c1704 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()
[all …]
H A Ddriver.c585 u32 etype = rhf_rcv_type(rhf), qpn, bth1; in __prescan_rxq() local
614 bth1 = be32_to_cpu(packet->ohdr->bth[1]); in __prescan_rxq()
615 qpn = bth1 & RVT_QPN_MASK; in __prescan_rxq()
628 bth1 &= ~(IB_FECN_SMASK | IB_BECN_SMASK); in __prescan_rxq()
629 packet->ohdr->bth[1] = cpu_to_be32(bth1); in __prescan_rxq()
H A Dtrace_tx.h479 __field(u32, bth1)
507 __entry->bth1 = be32_to_cpu(bth[1]);
530 __entry->bth1,
H A Dverbs.h400 u32 bth0, u32 bth1, u32 bth2, int middle,