Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/rxe/
Drxe_hdr.h73 #define BTH_MIG_MASK (0x40) macro
119 return 0 != (BTH_MIG_MASK & bth->flags); in __bth_mig()
127 bth->flags |= BTH_MIG_MASK; in __bth_set_mig()
129 bth->flags &= ~BTH_MIG_MASK; in __bth_set_mig()
416 bth->flags |= BTH_MIG_MASK; in bth_init()