Searched refs:sc_rx_soft (Results 1 – 1 of 1) sorted by relevance
84 void *sc_rx_soft; member223 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()