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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddnet.h126 #define DNET_INTR_SRC_RX_CMDFIFOAF (1 << 8) macro
H A Ddnet.c412 int_enable |= DNET_INTR_SRC_RX_CMDFIFOAF;
451 int_enable |= DNET_INTR_SRC_RX_CMDFIFOAF;
508 if (int_current & DNET_INTR_SRC_RX_CMDFIFOAF) {
516 int_enable &= ~DNET_INTR_SRC_RX_CMDFIFOAF;

Completed in 66 milliseconds