Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_channel.c226 DBUG_ON(!(chctl_flags & XPC_CHCTL_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()
227 chctl_flags &= ~XPC_CHCTL_CLOSEREPLY; in xpc_process_openclose_chctl_flags()
276 DBUG_ON(chctl_flags & XPC_CHCTL_CLOSEREPLY); in xpc_process_openclose_chctl_flags()
283 if (chctl_flags & XPC_CHCTL_CLOSEREPLY) { in xpc_process_openclose_chctl_flags()
302 XPC_CHCTL_CLOSEREPLY; in xpc_process_openclose_chctl_flags()
Dxpc.h633 #define XPC_CHCTL_CLOSEREPLY 0x02 macro
640 (XPC_CHCTL_CLOSEREQUEST | XPC_CHCTL_CLOSEREPLY | \
Dxpc_uv.c514 part->chctl.flags[msg->ch_number] |= XPC_CHCTL_CLOSEREPLY; in xpc_handle_activate_mq_msg_uv()
Dxpc_sn2.c410 XPC_SEND_NOTIFY_IRQ_SN2(ch, XPC_CHCTL_CLOSEREPLY, irq_flags); in xpc_send_chctl_closereply_sn2()