Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_var.h81 struct uath_cmd { struct
89 STAILQ_ENTRY(uath_cmd) next; argument
91 typedef STAILQ_HEAD(, uath_cmd) uath_cmdhead;
196 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
H A Duath.c243 struct uath_cmd *, int, int);
245 static void uath_free_cmd_list(struct uath_cmd *, int);
269 static void uath_cmdeof(struct uath_softc *, struct uath_cmd *);
851 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[], in uath_alloc_cmd_list()
857 struct uath_cmd *cmd = &cmds[i]; in uath_alloc_cmd_list()
893 uath_free_cmd_list(struct uath_cmd cmds[], int ncmd) in uath_free_cmd_list()
1141 struct uath_cmd *cmd; in uath_cmdsend()
1265 uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd) in uath_cmdeof()
1398 struct uath_cmd *cmd; in uath_cmd_rxeof()