Searched refs:RX_FIFO_FULL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfin_sdh.h68 #define RX_FIFO_FULL (1 << 17) /* Receive FIFO Full */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dr6040.c95 #define RX_FIFO_FULL 0x0004 /* RX FIFO full */ macro
166 #define RX_INTS (RX_FIFO_FULL | RX_NO_DESC | RX_FINISH)
672 if (status & RX_FIFO_FULL)

Completed in 103 milliseconds