Searched refs:sc_tx_cmd (Results 1 – 2 of 2) sorted by relevance
218 struct otus_tx_cmd sc_tx_cmd; member
1103 cmd = &sc->sc_tx_cmd; in otus_alloc_tx_cmd()1128 if (sc->sc_tx_cmd.xfer != NULL) in otus_free_tx_cmd()1129 usbd_destroy_xfer(sc->sc_tx_cmd.xfer); in otus_free_tx_cmd()1130 sc->sc_tx_cmd.xfer = NULL; in otus_free_tx_cmd()1131 sc->sc_tx_cmd.buf = NULL; in otus_free_tx_cmd()1411 cmd = &sc->sc_tx_cmd; in otus_cmd()1651 cmd = &sc->sc_tx_cmd; in otus_cmd_rxeof()