Searched refs:IM_ALLOC_INT (Results 1 – 5 of 5) sorted by relevance
540 if ( status & IM_ALLOC_INT ) { in smc_wait_to_send_packet()542 outb( IM_ALLOC_INT, ioaddr + INTERRUPT ); in smc_wait_to_send_packet()549 SMC_ENABLE_INT( IM_ALLOC_INT ); in smc_wait_to_send_packet()757 outb( IM_ALLOC_INT, ioaddr + INT_MASK ); in smc_findirq()773 if ( int_status & IM_ALLOC_INT ) in smc_findirq()1383 } else if (status & IM_ALLOC_INT ) { in smc_interrupt()1387 mask &= ~IM_ALLOC_INT; in smc_interrupt()
143 #define IM_ALLOC_INT 0x8 macro
683 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit()684 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()696 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()1259 } else if (status & IM_ALLOC_INT) { in smc_interrupt()1262 mask &= ~IM_ALLOC_INT; in smc_interrupt()1802 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq()1817 if (int_status & IM_ALLOC_INT) in smc_findirq()
220 #define IM_ALLOC_INT 0x8 macro1242 if (ir & IM_ALLOC_INT) { in smc_start_xmit()1244 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit()1253 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit()1400 if (status & IM_ALLOC_INT) { in smc_interrupt()1402 mask &= ~IM_ALLOC_INT; in smc_interrupt()
674 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro