Home
last modified time | relevance | path

Searched refs:uath_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/wlan/
H A Dif_uathvar.h88 struct uath_cmd { struct
96 STAILQ_ENTRY(uath_cmd) next; argument
98 typedef STAILQ_HEAD(, uath_cmd) uath_cmdhead;
199 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
H A Dif_uath.c250 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 *
526 uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) in uath_free_cmd_list()
535 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[]) in uath_alloc_cmd_list()
545 struct uath_cmd *cmd = &cmds[i]; in uath_alloc_cmd_list()
674 struct uath_cmd *cmd; in uath_cmdsend()
754 static struct uath_cmd *
757 struct uath_cmd *uc; in uath_get_cmdbuf()
2212 uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd) in uath_cmdeof()
[all …]