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

  /src/sys/arch/evbppc/virtex/dev/
xlcom.c 85 void *sc_tx_soft; member in struct:xlcom_softc
224 sc->sc_tx_soft = softint_establish(SOFTINT_SERIAL, xlcom_tx_soft, sc);
226 if (sc->sc_rx_soft == NULL || sc->sc_tx_soft == NULL) {
330 softint_schedule(sc->sc_tx_soft);

Completed in 12 milliseconds