Home
last modified time | relevance | path

Searched refs:IM_ALLOC_INT (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.c540 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()
H A Dsmc9194.h143 #define IM_ALLOC_INT 0x8 macro
H A Dsmc91x.c673 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit()
674 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()
686 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()
1249 } else if (status & IM_ALLOC_INT) { in smc_interrupt()
1252 mask &= ~IM_ALLOC_INT; in smc_interrupt()
1787 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq()
1802 if (int_status & IM_ALLOC_INT) in smc_findirq()
H A Dsmc91c92_cs.c221 #define IM_ALLOC_INT 0x8 macro
1245 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()
H A Dsmc91x.h652 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro