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

/drivers/net/ethernet/amd/
H A Da2065.h93 #define LE_MO_PROM 0x8000 /* Promiscuous Mode */ macro
H A D7990.h170 #define LE_MO_PROM 0x8000 /* Promiscuous Mode */ macro
H A D7990.c149 ib->mode = LE_MO_PROM; /* normal, enable Tx & Rx */
640 ib->mode |= LE_MO_PROM;
642 ib->mode &= ~LE_MO_PROM;
H A Ddeclance.c97 #define LE_MO_PROM 0x8000 /* Enable promiscuous mode */ macro
993 *lib_ptr(ib, mode, lp->type) |= LE_MO_PROM;
995 *lib_ptr(ib, mode, lp->type) &= ~LE_MO_PROM;
H A Da2065.c632 ib->mode |= LE_MO_PROM;
634 ib->mode &= ~LE_MO_PROM;
H A Dsunlance.c130 #define LE_MO_PROM 0x8000 /* Enable promiscuous mode */ macro
1233 mode |= LE_MO_PROM;
1239 mode &= ~LE_MO_PROM;

Completed in 40 milliseconds