Searched refs:DMSGF_REVTRANS (Results 1 – 3 of 3) sorted by relevance
264 #define DMSGF_REVTRANS 0x08000000U /* opposite direction msgid */ macro
810 if (msg->any.head.cmd & DMSGF_REVTRANS) { in kdmsg_state_msgrx()1397 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC); in kdmsg_state_abort()1827 cmd |= DMSGF_REVTRANS; in kdmsg_msg_alloc()
363 cmd |= DMSGF_REVTRANS; in dmsg_msg_alloc_locked()1781 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC);2163 if (msg->any.head.cmd & DMSGF_REVTRANS) {