Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_hdr.h74 #define BTH_MIG_MASK (0x40) macro
120 return 0 != (BTH_MIG_MASK & bth->flags); in __bth_mig()
128 bth->flags |= BTH_MIG_MASK; in __bth_set_mig()
130 bth->flags &= ~BTH_MIG_MASK; in __bth_set_mig()
417 bth->flags |= BTH_MIG_MASK; in bth_init()