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

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 138 int npeid; /* NPE assignment */ member in struct:__anon92b0dbf30108
151 .npeid = NPE_B,
164 .npeid = NPE_C,
177 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */
643 KASSERT(npes[npeconfig[unit].npeid] == NULL);
644 npes[npeconfig[unit].npeid] = sc;
655 npes[npeconfig[unit].npeid] = NULL;
1483 int npeid = npeconfig[sc->sc_unit].npeid; local in function:npe_setrxqosentry
1486 msg[0] = (NPE_SETRXQOSENTRY << NPE_MAC_MSGID_SHL) | (npeid << 20
    [all...]
ixp425_if_npe.c 138 int npeid; /* NPE assignment */ member in struct:__anon92b0dbf30108
151 .npeid = NPE_B,
164 .npeid = NPE_C,
177 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */
643 KASSERT(npes[npeconfig[unit].npeid] == NULL);
644 npes[npeconfig[unit].npeid] = sc;
655 npes[npeconfig[unit].npeid] = NULL;
1483 int npeid = npeconfig[sc->sc_unit].npeid; local in function:npe_setrxqosentry
1486 msg[0] = (NPE_SETRXQOSENTRY << NPE_MAC_MSGID_SHL) | (npeid << 20
    [all...]

Completed in 64 milliseconds