HomeSort by: relevance | last modified time | path
    Searched defs:NLE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/luna68k/stand/boot/
lance.c 73 #define NLE 1 /* XXX for now */
74 static struct le_softc lesc[NLE];
81 if (unit >= NLE) {
103 if (unit >= NLE)
  /src/sys/arch/hp300/stand/common/
if_le.c 51 #ifndef NLE
52 #define NLE 1
123 static struct le_softc le_softc[NLE];
166 for (hw = sc_table; i < NLE && hw < &sc_table[MAXCTLRS]; hw++) {

Completed in 12 milliseconds