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

/freebsd-11.0-release/sys/arm/xscale/ixp425/
H A Dif_npe.c168 } npeconfig[NPE_MAX] = { variable in typeref:struct:__anon7287
683 macbase = npeconfig[sc->sc_npeid].macbase;
694 phy = npeconfig[sc->sc_npeid].phy;
696 miibase = npeconfig[sc->sc_npeid].miibase;
779 sc->rx_qid = npeconfig[sc->sc_npeid].rx_qid;
782 sc->rx_freeqid = npeconfig[sc->sc_npeid].rx_freeqid;
795 sc->tx_qid = npeconfig[sc->sc_npeid].tx_qid;
796 sc->tx_doneqid = npeconfig[sc->sc_npeid].tx_doneqid;
H A Dixp425_npe.c253 struct npeconfig { struct
260 static const struct npeconfig npeconfigs[NPE_MAX] = {
285 const struct npeconfig *config;
548 static const uint32_t npeconfig[NPE_MAX] = { local
565 imageid = npeconfig[sc->sc_npeid];

Completed in 108 milliseconds