Searched refs:IM_RCV_INT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h140 #define IM_RCV_INT 0x1 macro
235 . IM_RCV_INT, for happy received packets
238 #define SMC_INTERRUPT_MASK (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT)
H A Dsmc91x.c351 mask = IM_EPH_INT|IM_RX_OVRN_INT|IM_RCV_INT;
1251 } else if (status & IM_RCV_INT) {
H A Dsmc9194.c1360 if (status & IM_RCV_INT) {
H A Dsmc91x.h804 #define IM_RCV_INT 0x01 // Receive Interrupt macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c218 #define IM_RCV_INT 0x1 macro
1434 if (status & IM_RCV_INT) {
1751 outw((IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) << 8,

Completed in 85 milliseconds