Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_hdr.h73 #define BTH_SE_MASK (0x80) macro
103 return 0 != (BTH_SE_MASK & bth->flags); in __bth_se()
111 bth->flags |= BTH_SE_MASK; in __bth_set_se()
113 bth->flags &= ~BTH_SE_MASK; in __bth_set_se()
415 bth->flags |= BTH_SE_MASK; in bth_init()