Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/virtex/dev/
H A Dxlcom.c85 void *sc_tx_soft; member
224 sc->sc_tx_soft = softint_establish(SOFTINT_SERIAL, xlcom_tx_soft, sc); in xlcom_attach()
226 if (sc->sc_rx_soft == NULL || sc->sc_tx_soft == NULL) { in xlcom_attach()
330 softint_schedule(sc->sc_tx_soft); in xlcom_send_chunk()