Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Diop.c220 if (iop_msg_pool[i].status == IOP_MSGSTATUS_UNUSED) { in iop_get_unused_msg()
263 iop_msg_pool[i].status = IOP_MSGSTATUS_UNUSED; in iop_init()
345 msg->status = IOP_MSGSTATUS_UNUSED; in iop_complete_message()
395 msg->status = IOP_MSGSTATUS_UNUSED; in iop_handle_send()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_iop.h52 #define IOP_MSGSTATUS_UNUSED 0 /* Unused message structure */ macro