uath_cmd
uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd)
struct uath_cmd *cmd;
struct uath_cmd *cmd;
static int uath_alloc_cmd_list(struct uath_softc *, struct uath_cmd []);
static void uath_free_cmd_list(struct uath_softc *, struct uath_cmd []);
static struct uath_cmd *
uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[])
uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[])
struct uath_cmd *cmd = &cmds[i];
struct uath_cmd *cmd;
static struct uath_cmd *
struct uath_cmd *uc;
struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
STAILQ_ENTRY(uath_cmd) next;
typedef STAILQ_HEAD(, uath_cmd) uath_cmdhead;