Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_hdr.h108 #define BTH_ACK_MASK (0x80000000) macro
272 return 0 != (cpu_to_be32(BTH_ACK_MASK) & bth->apsn); in __bth_ack()
280 bth->apsn |= cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()
282 bth->apsn &= ~cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()
449 psn |= BTH_ACK_MASK; in bth_init()