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

/freebsd-10-stable/sys/arm/xscale/ixp425/
H A Dif_npe.c168 } npeconfig[NPE_MAX] = { variable in typeref:struct:__anon6264
687 macbase = npeconfig[sc->sc_npeid].macbase;
697 phy = npeconfig[sc->sc_npeid].phy;
699 miibase = npeconfig[sc->sc_npeid].miibase;
781 sc->rx_qid = npeconfig[sc->sc_npeid].rx_qid;
784 sc->rx_freeqid = npeconfig[sc->sc_npeid].rx_freeqid;
797 sc->tx_qid = npeconfig[sc->sc_npeid].tx_qid;
798 sc->tx_doneqid = npeconfig[sc->sc_npeid].tx_doneqid;
H A Dixp425_npe.c254 struct npeconfig { struct
261 static const struct npeconfig npeconfigs[NPE_MAX] = {
286 const struct npeconfig *config;
549 static const uint32_t npeconfig[NPE_MAX] = { local
566 imageid = npeconfig[sc->sc_npeid];

Completed in 161 milliseconds