Searched refs:BTH_QPN_MASK (Results 1 – 2 of 2) sorted by relevance
80 #define BTH_QPN_MASK (0x00ffffff) macro181 return BTH_QPN_MASK & be32_to_cpu(bth->qpn); in __bth_qpn()189 bth->qpn = cpu_to_be32((BTH_QPN_MASK & qpn) | in __bth_set_qpn()190 (~BTH_QPN_MASK & resvqpn)); in __bth_set_qpn()419 bth->qpn = cpu_to_be32(qpn & BTH_QPN_MASK); in bth_init()
60 bth->qpn |= cpu_to_be32(~BTH_QPN_MASK); in rxe_icrc_hdr()