Lines Matching defs:npeid
138 int npeid; /* NPE assignment */
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;
1486 msg[0] = (NPE_SETRXQOSENTRY << NPE_MAC_MSGID_SHL) | (npeid << 20)