Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h143 #define IM_ALLOC_INT 0x8 macro
H A Dsmc91x.c665 if (status & IM_ALLOC_INT) { in smc_hard_start_xmit()
666 SMC_ACK_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()
678 SMC_ENABLE_INT(lp, IM_ALLOC_INT); in smc_hard_start_xmit()
1241 } else if (status & IM_ALLOC_INT) { in smc_interrupt()
1244 mask &= ~IM_ALLOC_INT; in smc_interrupt()
1779 SMC_SET_INT_MASK(lp, IM_ALLOC_INT); in smc_findirq()
1794 if (int_status & IM_ALLOC_INT) in smc_findirq()
H A Dsmc91x.h652 #define IM_ALLOC_INT 0x08 // Set when allocation request is completed macro