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

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 177 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */ variable in typeref:struct:npe_softc * []
643 KASSERT(npes[npeconfig[unit].npeid] == NULL);
644 npes[npeconfig[unit].npeid] = sc;
655 npes[npeconfig[unit].npeid] = NULL;
816 sc = npes[NPE_QM_Q_NPE(entry)];
832 npe_txdone_finish(npes[NPE_B], &q[NPE_B]);
834 npe_txdone_finish(npes[NPE_C], &q[NPE_C]);
ixp425_if_npe.c 177 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */ variable in typeref:struct:npe_softc * []
643 KASSERT(npes[npeconfig[unit].npeid] == NULL);
644 npes[npeconfig[unit].npeid] = sc;
655 npes[npeconfig[unit].npeid] = NULL;
816 sc = npes[NPE_QM_Q_NPE(entry)];
832 npe_txdone_finish(npes[NPE_B], &q[NPE_B]);
834 npe_txdone_finish(npes[NPE_C], &q[NPE_C]);

Completed in 28 milliseconds