Searched refs:otus_tx_cmd (Results 1 – 2 of 2) sorted by relevance
934 struct otus_tx_cmd { struct940 STAILQ_ENTRY(otus_tx_cmd) next_cmd; argument1060 struct otus_tx_cmd sc_cmd[OTUS_CMD_LIST_COUNT];1073 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active;1074 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive;1075 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;1076 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;
151 static struct otus_tx_cmd *_otus_get_txcmd(struct otus_softc *);152 static struct otus_tx_cmd *otus_get_txcmd(struct otus_softc *);153 static void otus_free_txcmd(struct otus_softc *, struct otus_tx_cmd *);903 otus_free_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[], int ndata) in otus_free_cmd_list()909 struct otus_tx_cmd *dp = &cmd[i]; in otus_free_cmd_list()919 otus_alloc_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[], in otus_alloc_cmd_list()925 struct otus_tx_cmd *dp = &cmd[i]; in otus_alloc_cmd_list()1127 static struct otus_tx_cmd *1130 struct otus_tx_cmd *bf; in _otus_get_txcmd()1140 static struct otus_tx_cmd *[all …]