Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
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,
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 …]
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()
A Drc.c310 &bth1, &bth2, &len, in make_rc_ack()
636 &bth1, &bth2, in hfi1_make_rc_req()
815 &bth1, &bth2, in hfi1_make_rc_req()
1154 bth1, in hfi1_make_rc_req()
1182 u32 bth0, u32 bth1) in hfi1_make_bth_aeth() argument
1232 u32 bth0, bth1; in hfi1_make_rc_ack_9B() local
1263 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B()
1269 hfi1_make_bth_aeth(qp, ohdr, bth0, bth1); in hfi1_make_rc_ack_9B()
1283 u32 bth0, bth1 = 0; in hfi1_make_rc_ack_16B() local
1321 bth1 = OPA_BTH_MIG_REQ; in hfi1_make_rc_ack_16B()
[all …]
A Dopfn.h83 void opfn_trigger_conn_request(struct rvt_qp *qp, u32 bth1);
A Dtid_rdma.c1763 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_read_packet()
1764 *bth1 |= remote->qp; in hfi1_build_tid_rdma_read_packet()
2390 *bth1 = flow->tid_qpn; in hfi1_build_tid_rdma_read_resp()
3391 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_write_req()
3392 *bth1 |= remote->qp; in hfi1_build_tid_rdma_write_req()
3930 *bth1 = remote->qp; in hfi1_build_tid_rdma_write_resp()
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()
4857 *bth1 = remote->qp; in hfi1_build_tid_rdma_resync()
[all …]
A Ddriver.c591 u32 etype = rhf_rcv_type(rhf), qpn, bth1; in __prescan_rxq() local
620 bth1 = be32_to_cpu(packet->ohdr->bth[1]); in __prescan_rxq()
621 qpn = bth1 & RVT_QPN_MASK; in __prescan_rxq()
634 bth1 &= ~(IB_FECN_SMASK | IB_BECN_SMASK); in __prescan_rxq()
635 packet->ohdr->bth[1] = cpu_to_be32(bth1); in __prescan_rxq()
A Dtrace_tx.h479 __field(u32, bth1)
507 __entry->bth1 = be32_to_cpu(bth[1]);
530 __entry->bth1,
A Dverbs.h403 u32 bth0, u32 bth1, u32 bth2, int middle,

Completed in 33 milliseconds