Searched refs:IS_CE_MESSAGE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/isdn/sc/ |
D | interrupt.c | 69 if (IS_CE_MESSAGE(rcvmsg, Lnk, 1, Read)) in interrupt_handler() 83 if (IS_CE_MESSAGE(rcvmsg, Lnk, 1, Write)) { in interrupt_handler() 94 if (IS_CE_MESSAGE(rcvmsg, Phy, 1, Connect)) in interrupt_handler() 142 if (IS_CE_MESSAGE(rcvmsg, Phy, 1, Disconnect)) in interrupt_handler() 186 if (IS_CE_MESSAGE(rcvmsg, Call, 0, GetMyNumber)) { in interrupt_handler() 196 if (IS_CE_MESSAGE(rcvmsg, Phy, 2, Status)) { in interrupt_handler() 216 if (IS_CE_MESSAGE(rcvmsg, Call, 0, GetFrameFormat)) { in interrupt_handler()
|
D | message.h | 46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \ macro
|