Searched refs:sc_tx_soft (Results 1 – 1 of 1) sorted by relevance
85 void *sc_tx_soft; member224 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()