Home
last modified time | relevance | path

Searched refs:BTH_MIG_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_hdr.h101 #define BTH_MIG_MASK (0x40) macro
147 return 0 != (BTH_MIG_MASK & bth->flags); in __bth_mig()
155 bth->flags |= BTH_MIG_MASK; in __bth_set_mig()
157 bth->flags &= ~BTH_MIG_MASK; in __bth_set_mig()
444 bth->flags |= BTH_MIG_MASK; in bth_init()