Lines Matching refs:bth1
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()
648 packet->ohdr->bth[1] = cpu_to_be32(bth1); in __prescan_rxq()