Searched refs:LE_PROMISC (Results 1 – 2 of 2) sorted by relevance
509 if (!(sc->sc_flags & LE_PROMISC)) { in lance_ioctl()510 sc->sc_flags |= LE_PROMISC; in lance_ioctl()513 } else if (sc->sc_flags & LE_PROMISC) { in lance_ioctl()514 sc->sc_flags &= ~LE_PROMISC; in lance_ioctl()
116 #define LE_PROMISC (1 << 4) macro