Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_hdr.h80 #define BTH_ACK_MASK (0x80000000) macro
244 return 0 != (cpu_to_be32(BTH_ACK_MASK) & bth->apsn); in __bth_ack()
252 bth->apsn |= cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()
254 bth->apsn &= ~cpu_to_be32(BTH_ACK_MASK); in __bth_set_ack()
421 psn |= BTH_ACK_MASK; in bth_init()