Searched refs:bth1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | ruc.c | 578 u32 bth0, u32 bth1, u32 bth2) in hfi1_make_ruc_bth() argument 580 bth1 |= qp->remote_qpn; in hfi1_make_ruc_bth() 582 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_bth() 608 u32 bth1 = 0; in hfi1_make_ruc_header_16B() local 640 bth1 |= OPA_BTH_MIG_REQ; in hfi1_make_ruc_header_16B() 657 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_16B() 695 u32 bth1 = 0; in hfi1_make_ruc_header_9B() local 724 bth1 |= (IB_BECN_MASK << IB_BECN_SHIFT); in hfi1_make_ruc_header_9B() 734 hfi1_make_ruc_bth(qp, ohdr, bth0, bth1, bth2); in hfi1_make_ruc_header_9B()
|
D | driver.c | 440 u32 rqpn = 0, bth1; in hfi1_process_ecn_slowpath() local 491 bth1 = be32_to_cpu(ohdr->bth[1]); in hfi1_process_ecn_slowpath() 493 if (do_cnp && (bth1 & IB_FECN_SMASK)) in hfi1_process_ecn_slowpath() 497 if (!is_mcast && (bth1 & IB_BECN_SMASK)) { in hfi1_process_ecn_slowpath() 498 u32 lqpn = bth1 & RVT_QPN_MASK; in hfi1_process_ecn_slowpath() 601 u32 etype = rhf_rcv_type(rhf), qpn, bth1; in __prescan_rxq() local 628 bth1 = be32_to_cpu(packet->ohdr->bth[1]); in __prescan_rxq() 629 is_ecn = !!(bth1 & (IB_FECN_SMASK | IB_BECN_SMASK)); in __prescan_rxq() 634 qpn = bth1 & RVT_QPN_MASK; in __prescan_rxq() 647 bth1 &= ~(IB_FECN_SMASK | IB_BECN_SMASK); in __prescan_rxq() [all …]
|
D | rc.c | 717 u32 bth0, u32 bth1) in hfi1_make_bth_aeth() argument 727 ohdr->bth[1] = cpu_to_be32(bth1 | qp->remote_qpn); in hfi1_make_bth_aeth() 767 u32 bth0, bth1; in hfi1_make_rc_ack_9B() local 798 bth1 = (!!is_fecn) << IB_BECN_SHIFT; in hfi1_make_rc_ack_9B() 799 hfi1_make_bth_aeth(qp, ohdr, bth0, bth1); in hfi1_make_rc_ack_9B() 813 u32 bth0, bth1 = 0; in hfi1_make_rc_ack_16B() local 851 bth1 = OPA_BTH_MIG_REQ; in hfi1_make_rc_ack_16B() 852 hfi1_make_bth_aeth(qp, ohdr, bth0, bth1); in hfi1_make_rc_ack_16B()
|
D | trace_tx.h | 511 __field(u32, bth1) 539 __entry->bth1 = be32_to_cpu(bth[1]); 562 __entry->bth1,
|