Searched refs:otus_tx_cmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c153 static struct otus_tx_cmd *_otus_get_txcmd(struct otus_softc *);
154 static struct otus_tx_cmd *otus_get_txcmd(struct otus_softc *);
155 static void otus_free_txcmd(struct otus_softc *, struct otus_tx_cmd *);
945 otus_free_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[], int ndata)
951 struct otus_tx_cmd *dp = &cmd[i];
961 otus_alloc_cmd_list(struct otus_softc *sc, struct otus_tx_cmd cmd[],
967 struct otus_tx_cmd *dp = &cmd[i];
1169 static struct otus_tx_cmd *
1172 struct otus_tx_cmd *bf;
1182 static struct otus_tx_cmd *
[all...]
H A Dif_otusreg.h927 struct otus_tx_cmd { struct
933 STAILQ_ENTRY(otus_tx_cmd) next_cmd;
1052 struct otus_tx_cmd sc_cmd[OTUS_CMD_LIST_COUNT];
1062 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_active;
1063 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_inactive;
1064 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_pending;
1065 STAILQ_HEAD(, otus_tx_cmd) sc_cmd_waiting;

Completed in 111 milliseconds