Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_hdr.h100 #define BTH_SE_MASK (0x80) macro
130 return 0 != (BTH_SE_MASK & bth->flags); in __bth_se()
138 bth->flags |= BTH_SE_MASK; in __bth_set_se()
140 bth->flags &= ~BTH_SE_MASK; in __bth_set_se()
442 bth->flags |= BTH_SE_MASK; in bth_init()