Searched refs:BTH_QPN_MASK (Results 1 – 2 of 2) sorted by relevance
79 #define BTH_QPN_MASK (0x00ffffff) macro180 return BTH_QPN_MASK & be32_to_cpu(bth->qpn); in __bth_qpn()188 bth->qpn = cpu_to_be32((BTH_QPN_MASK & qpn) | in __bth_set_qpn()189 (~BTH_QPN_MASK & resvqpn)); in __bth_set_qpn()418 bth->qpn = cpu_to_be32(qpn & BTH_QPN_MASK); in bth_init()
121 bth->qpn |= cpu_to_be32(~BTH_QPN_MASK); in rxe_icrc_hdr()