/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 246 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,
|
D | ruc.c | 251 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument 254 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_bth() 274 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_16B() argument 312 bth1 |= OPA_BTH_MIG_REQ; in hfi1_make_ruc_header_16B() 329 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B() 362 u32 bth0, u32 bth1, u32 bth2, in hfi1_make_ruc_header_9B() argument 396 bth1 |= (IB_BECN_MASK << IB_BECN_SHIFT); in hfi1_make_ruc_header_9B() 406 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B() 417 u32 bth0, u32 bth1, u32 bth2, int middle, 427 u32 bth0, u32 bth1, u32 bth2, int middle, in hfi1_make_ruc_header() argument [all …]
|
D | opfn.c | 36 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()
|
D | opfn.h | 83 void opfn_trigger_conn_request(struct rvt_qp *qp, u32 bth1);
|
D | rc.c | 117 u32 bth1 = qp->remote_qpn | (HFI1_CAP_IS_KSET(OPFN) << IB_BTHE_E_SHIFT); in make_rc_ack() local 328 hdrlen = hfi1_build_tid_rdma_write_resp(qp, e, ohdr, &bth1, in make_rc_ack() 352 &bth1, &bth2, &len, in make_rc_ack() 398 hfi1_make_ruc_header(qp, ohdr, bth0, bth1, bth2, middle, ps); in make_rc_ack() 442 u32 bth1 = qp->remote_qpn | (HFI1_CAP_IS_KSET(OPFN) << IB_BTHE_E_SHIFT); in hfi1_make_rc_req() local 677 &bth1, &bth2, in hfi1_make_rc_req() 856 &bth1, &bth2, in hfi1_make_rc_req() 1065 hwords += hfi1_build_tid_rdma_write_req(qp, wqe, ohdr, &bth1, in hfi1_make_rc_req() 1116 delta = hfi1_build_tid_rdma_read_packet(wqe, ohdr, &bth1, in hfi1_make_rc_req() 1159 delta = hfi1_build_tid_rdma_read_req(qp, wqe, ohdr, &bth1, in hfi1_make_rc_req() [all …]
|
D | tid_rdma.c | 1697 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_read_packet() argument 1756 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_read_packet() 1757 *bth1 |= remote->qp; in hfi1_build_tid_rdma_read_packet() 1781 struct ib_other_headers *ohdr, u32 *bth1, in hfi1_build_tid_rdma_read_req() argument 1872 hdwords = hfi1_build_tid_rdma_read_packet(wqe, ohdr, bth1, bth2, len); in hfi1_build_tid_rdma_read_req() 2339 u32 *bth1, u32 *bth2, u32 *len, bool *last) in hfi1_build_tid_rdma_read_resp() argument 2383 *bth1 = flow->tid_qpn; in hfi1_build_tid_rdma_read_resp() 3356 u32 *bth1, u32 *bth2, u32 *len) in hfi1_build_tid_rdma_write_req() argument 3379 *bth1 &= ~RVT_QPN_MASK; in hfi1_build_tid_rdma_write_req() 3380 *bth1 |= remote->qp; in hfi1_build_tid_rdma_write_req() [all …]
|
D | driver.c | 632 u32 etype = rhf_rcv_type(rhf), qpn, bth1; in __prescan_rxq() local 661 bth1 = be32_to_cpu(packet->ohdr->bth[1]); in __prescan_rxq() 662 qpn = bth1 & RVT_QPN_MASK; in __prescan_rxq() 675 bth1 &= ~(IB_FECN_SMASK | IB_BECN_SMASK); in __prescan_rxq() 676 packet->ohdr->bth[1] = cpu_to_be32(bth1); in __prescan_rxq()
|
D | trace_tx.h | 519 __field(u32, bth1) 547 __entry->bth1 = be32_to_cpu(bth[1]); 570 __entry->bth1,
|
D | verbs.h | 445 u32 bth0, u32 bth1, u32 bth2, int middle,
|