otus_tx_cmd
static struct otus_tx_cmd *
struct otus_tx_cmd *bf;
static struct otus_tx_cmd *
struct otus_tx_cmd *bf;
otus_free_txcmd(struct otus_softc *sc, struct otus_tx_cmd *bf)
struct otus_tx_cmd *cmd;
struct otus_tx_cmd *cmd;
static struct otus_tx_cmd *_otus_get_txcmd(struct otus_softc *);
static struct otus_tx_cmd *otus_get_txcmd(struct otus_softc *);
static void otus_free_txcmd(struct otus_softc *, struct otus_tx_cmd *);
otus_txcmdeof(struct usb_xfer *xfer, struct otus_tx_cmd *cmd)
struct otus_tx_cmd *cmd;
otus_free_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[], int ndata)
struct otus_tx_cmd *dp = &cmd[i];
otus_alloc_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[],
struct otus_tx_cmd *dp = &cmd[i];
struct otus_tx_cmd sc_cmd[OTUS_CMD_LIST_COUNT];
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active;
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive;
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;
STAILQ_ENTRY(otus_tx_cmd) next_cmd;