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 *);909 struct otus_tx_cmd *dp = &cmd[i]; in otus_free_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 *1143 struct otus_tx_cmd *bf; in otus_get_txcmd()1233 struct otus_tx_cmd *cmd; in otus_cmd()1377 struct otus_tx_cmd *cmd; in otus_cmd_handle_response()[all …]