Home
last modified time | relevance | path

Searched refs:sc_rx_soft (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c84 void *sc_rx_soft; member
223 sc->sc_rx_soft = softint_establish(SOFTINT_SERIAL, xlcom_rx_soft, sc); in xlcom_attach()
226 if (sc->sc_rx_soft == NULL || sc->sc_tx_soft == NULL) { in xlcom_attach()
362 softint_schedule(sc->sc_rx_soft); in xlcom_recv_chunk()