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

/freebsd-11.0-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
804 KASSERT(npes[sc->sc_npeid] == NULL,
806 npes[sc->sc_npeid] = sc;
816 npes[sc->sc_npeid] = NULL;
1034 sc = npes[NPE_QM_Q_NPE(entry)];
1046 npe_txdone_finish(npes[NPE_A], &q[NPE_A]);
1048 npe_txdone_finish(npes[NPE_B], &q[NPE_B]);
1050 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
292 sc = npes[npeid];
338 npes[npeid] = sc;
347 npes[sc->sc_npeid] = NULL;

Completed in 54 milliseconds