Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds