Searched refs:sc_npe (Results 1 – 1 of 1) sorted by relevance
128 struct ixpnpe_softc *sc_npe; /* NPE support */ member675 sc->sc_npe = ixpnpe_attach(dev, sc->sc_npeid); in npe_activate()676 if (sc->sc_npe == NULL) { in npe_activate()716 error = ixpnpe_init(sc->sc_npe); in npe_activate()819 if (sc->sc_npe != NULL) { in npe_deactivate()820 ixpnpe_stop(sc->sc_npe); in npe_deactivate()821 ixpnpe_detach(sc->sc_npe); in npe_deactivate()944 if (ixpnpe_recvmsg_async(sc->sc_npe, msg) == 0 && msg[0] == ACK) { in npe_tick()1559 return ixpnpe_sendandrecvmsg_sync(sc->sc_npe, msg, msg); in npe_setrxqosentry()1575 return ixpnpe_sendandrecvmsg_sync(sc->sc_npe, msg, msg); in npe_setportaddress()[all …]