Searched refs:uath_cmd (Results 1 – 2 of 2) sorted by relevance
88 struct uath_cmd { struct96 STAILQ_ENTRY(uath_cmd) next; argument98 typedef STAILQ_HEAD(, uath_cmd) uath_cmdhead;199 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
250 static int uath_alloc_cmd_list(struct uath_softc *, struct uath_cmd []);251 static void uath_free_cmd_list(struct uath_softc *, struct uath_cmd []);255 static struct uath_cmd *534 uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) in uath_free_cmd_list()543 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) in uath_alloc_cmd_list()553 struct uath_cmd *cmd = &cmds[i]; in uath_alloc_cmd_list()682 struct uath_cmd *cmd; in uath_cmdsend()762 static struct uath_cmd *765 struct uath_cmd *uc; in uath_get_cmdbuf()2222 uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd) in uath_cmdeof()[all …]