Searched refs:bth1 (Results 1 – 6 of 6) sorted by relevance
280 u32 bth1; in hfi1_uc_rcv() local287 bth1 = be32_to_cpu(ohdr->bth[1]); in hfi1_uc_rcv()288 if (unlikely(bth1 & (HFI1_BECN_SMASK | HFI1_FECN_SMASK))) { in hfi1_uc_rcv()289 if (bth1 & HFI1_BECN_SMASK) { in hfi1_uc_rcv()295 lqpn = bth1 & HFI1_QPN_MASK; in hfi1_uc_rcv()305 if (bth1 & HFI1_FECN_SMASK) { in hfi1_uc_rcv()
447 u32 bth1; in process_ecn() local488 bth1 = be32_to_cpu(ohdr->bth[1]); in process_ecn()489 bth1 &= ~(HFI1_FECN_MASK << HFI1_FECN_SHIFT); in process_ecn()490 bth1 &= ~(HFI1_BECN_MASK << HFI1_BECN_SHIFT); in process_ecn()491 ohdr->bth[1] = cpu_to_be32(bth1); in process_ecn()
661 u32 bth1; in hfi1_ud_rcv() local670 bth1 = be32_to_cpu(ohdr->bth[1]); in hfi1_ud_rcv()671 if (unlikely(bth1 & HFI1_BECN_SMASK)) { in hfi1_ud_rcv()696 if (!is_mcast && (opcode != IB_OPCODE_CNP) && bth1 & HFI1_FECN_SMASK) { in hfi1_ud_rcv()
765 u32 bth1; in hfi1_make_ruc_header() local813 bth1 = qp->remote_qpn; in hfi1_make_ruc_header()817 bth1 |= (HFI1_BECN_MASK << HFI1_BECN_SHIFT); in hfi1_make_ruc_header()819 ohdr->bth[1] = cpu_to_be32(bth1); in hfi1_make_ruc_header()
1956 u32 bth1; in hfi1_rc_rcv() local1963 bth1 = be32_to_cpu(ohdr->bth[1]); in hfi1_rc_rcv()1964 if (unlikely(bth1 & (HFI1_BECN_SMASK | HFI1_FECN_SMASK))) { in hfi1_rc_rcv()1965 if (bth1 & HFI1_BECN_SMASK) { in hfi1_rc_rcv()1977 is_fecn = bth1 & HFI1_FECN_SMASK; in hfi1_rc_rcv()
1049 __field(__be32, bth1)1077 __entry->bth1 = be32_to_cpu(bth[1]);1100 __entry->bth1,