Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/mac/
Diop.c211 if (iop_msg_pool[i].status == IOP_MSGSTATUS_UNUSED) { in iop_alloc_msg()
224 msg->status = IOP_MSGSTATUS_UNUSED; in iop_free_msg()
282 iop_msg_pool[i].status = IOP_MSGSTATUS_UNUSED; in iop_init()
/linux-4.1.27/arch/m68k/include/asm/
Dmac_iop.h51 #define IOP_MSGSTATUS_UNUSED 0 /* Unusued message structure */ macro