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()1384 } else if (status & IM_ALLOC_INT ) { in smc_interrupt()1388 mask &= ~IM_ALLOC_INT; in smc_interrupt()
143 #define IM_ALLOC_INT 0x8 macro
672 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit()673 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()685 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()1248 } else if (status & IM_ALLOC_INT) { in smc_interrupt()1251 mask &= ~IM_ALLOC_INT; in smc_interrupt()1790 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq()1805 if (int_status & IM_ALLOC_INT) in smc_findirq()
221 #define IM_ALLOC_INT 0x8 macro1245 if (ir & IM_ALLOC_INT) { in smc_start_xmit()1247 outw((ir&0xff00) | IM_ALLOC_INT, ioaddr + INTERRUPT); in smc_start_xmit()1256 outw((IM_ALLOC_INT << 8) | (ir & 0xff00), ioaddr + INTERRUPT); in smc_start_xmit()1403 if (status & IM_ALLOC_INT) { in smc_interrupt()1405 mask &= ~IM_ALLOC_INT; in smc_interrupt()
671 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro