Symbol: otus_tx_cmd
sys/dev/otus/if_otus.c
1135
static struct otus_tx_cmd *
sys/dev/otus/if_otus.c
1138
struct otus_tx_cmd *bf;
sys/dev/otus/if_otus.c
1148
static struct otus_tx_cmd *
sys/dev/otus/if_otus.c
1151
struct otus_tx_cmd *bf;
sys/dev/otus/if_otus.c
1164
otus_free_txcmd(struct otus_softc *sc, struct otus_tx_cmd *bf)
sys/dev/otus/if_otus.c
1241
struct otus_tx_cmd *cmd;
sys/dev/otus/if_otus.c
1385
struct otus_tx_cmd *cmd;
sys/dev/otus/if_otus.c
151
static struct otus_tx_cmd *_otus_get_txcmd(struct otus_softc *);
sys/dev/otus/if_otus.c
152
static struct otus_tx_cmd *otus_get_txcmd(struct otus_softc *);
sys/dev/otus/if_otus.c
153
static void otus_free_txcmd(struct otus_softc *, struct otus_tx_cmd *);
sys/dev/otus/if_otus.c
1923
otus_txcmdeof(struct usb_xfer *xfer, struct otus_tx_cmd *cmd)
sys/dev/otus/if_otus.c
2028
struct otus_tx_cmd *cmd;
sys/dev/otus/if_otus.c
911
otus_free_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[], int ndata)
sys/dev/otus/if_otus.c
917
struct otus_tx_cmd *dp = &cmd[i];
sys/dev/otus/if_otus.c
927
otus_alloc_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[],
sys/dev/otus/if_otus.c
933
struct otus_tx_cmd *dp = &cmd[i];
sys/dev/otus/if_otusreg.h
1060
struct otus_tx_cmd sc_cmd[OTUS_CMD_LIST_COUNT];
sys/dev/otus/if_otusreg.h
1073
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active;
sys/dev/otus/if_otusreg.h
1074
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive;
sys/dev/otus/if_otusreg.h
1075
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;
sys/dev/otus/if_otusreg.h
1076
STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;
sys/dev/otus/if_otusreg.h
940
STAILQ_ENTRY(otus_tx_cmd) next_cmd;