Searched refs:npes (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/arm/xscale/ixp425/
H A Dif_npe.c197 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */ variable in typeref:struct:npe_softc
806 KASSERT(npes[sc->sc_npeid] == NULL,
808 npes[sc->sc_npeid] = sc;
818 npes[sc->sc_npeid] = NULL;
1038 sc = npes[NPE_QM_Q_NPE(entry)];
1050 npe_txdone_finish(npes[NPE_A], &q[NPE_A]);
1052 npe_txdone_finish(npes[NPE_B], &q[NPE_B]);
1054 npe_txdone_finish(npes[NPE_C], &q[NPE_C]);
H A Dixp425_npe.c126 static struct ixpnpe_softc *npes[NPE_MAX]; variable in typeref:struct:ixpnpe_softc
293 sc = npes[npeid];
339 npes[npeid] = sc;
348 npes[sc->sc_npeid] = NULL;

Completed in 161 milliseconds