Searched refs:LE_PROMISC (Results 1 – 2 of 2) sorted by relevance
507 if (!(sc->sc_flags & LE_PROMISC)) { in lance_ioctl()508 sc->sc_flags |= LE_PROMISC; in lance_ioctl()511 } else if (sc->sc_flags & LE_PROMISC) { in lance_ioctl()512 sc->sc_flags &= ~LE_PROMISC; in lance_ioctl()
115 #define LE_PROMISC (1 << 4) macro