NLE
static struct le_softc le_softc[NLE];
for (hw = sc_table; i < NLE && hw < &sc_table[MAXCTLRS]; hw++) {
#ifndef NLE
if (unit >= NLE)
static struct le_softc lesc[NLE];
if (unit >= NLE) {
#if NLE > 0