Searched refs:DMSGF_REVCIRC (Results 1 – 3 of 3) sorted by relevance
265 #define DMSGF_REVCIRC 0x04000000U /* opposite direction circuit */ macro
871 if (msg->any.head.cmd & DMSGF_REVCIRC) { in kdmsg_state_msgrx()1397 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC); in kdmsg_state_abort()1829 cmd |= DMSGF_REVCIRC; in kdmsg_msg_alloc()
365 cmd |= DMSGF_REVCIRC; in dmsg_msg_alloc_locked()1781 msg->any.head.cmd ^= (DMSGF_REVTRANS | DMSGF_REVCIRC);2116 if (msg->any.head.cmd & DMSGF_REVCIRC) {