Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h142 #define IM_TX_EMPTY_INT 0x4 macro
H A Dsmc91x.c607 SMC_ENABLE_INT(lp, IM_TX_INT | IM_TX_EMPTY_INT); in smc_hardware_send_pkt()
1245 } else if (status & IM_TX_EMPTY_INT) { in smc_interrupt()
1247 mask &= ~IM_TX_EMPTY_INT; in smc_interrupt()
H A Dsmc91x.h653 #define IM_TX_EMPTY_INT 0x04 // Set if the TX FIFO goes empty macro