Searched refs:LE_MO_PROM (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Da2065.h93 #define LE_MO_PROM 0x8000 /* Promiscuous Mode */ macro
H A D7990.h174 #define LE_MO_PROM 0x8000 /* Promiscuous Mode */ macro
H A D7990.c151 ib->mode = LE_MO_PROM; /* normal, enable Tx & Rx */
643 ib->mode |= LE_MO_PROM;
645 ib->mode &= ~LE_MO_PROM;
H A Ddeclance.c98 #define LE_MO_PROM 0x8000 /* Enable promiscuous mode */ macro
994 *lib_ptr(ib, mode, lp->type) |= LE_MO_PROM;
996 *lib_ptr(ib, mode, lp->type) &= ~LE_MO_PROM;
H A Da2065.c654 ib->mode |= LE_MO_PROM;
656 ib->mode &= ~LE_MO_PROM;
H A Dsunlance.c132 #define LE_MO_PROM 0x8000 /* Enable promiscuous mode */ macro
1245 mode |= LE_MO_PROM;
1251 mode &= ~LE_MO_PROM;

Completed in 127 milliseconds