Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h72 #define BTH_SE_MASK (0x80) macro
102 return 0 != (BTH_SE_MASK & bth->flags); in __bth_se()
110 bth->flags |= BTH_SE_MASK; in __bth_set_se()
112 bth->flags &= ~BTH_SE_MASK; in __bth_set_se()
414 bth->flags |= BTH_SE_MASK; in bth_init()