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

/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_var.h81 struct uath_cmd { struct
89 STAILQ_ENTRY(uath_cmd) next;
91 typedef STAILQ_HEAD(, uath_cmd) uath_cmdhead;
196 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT];
H A Duath.c239 struct uath_cmd *, int, int);
241 static void uath_free_cmd_list(struct uath_cmd *, int);
264 static void uath_cmdeof(struct uath_softc *, struct uath_cmd *);
846 uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[],
852 struct uath_cmd *cmd = &cmds[i];
888 uath_free_cmd_list(struct uath_cmd cmds[], int ncmd)
1136 struct uath_cmd *cmd;
1260 uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd)
1324 /* NB: cmd->olen validated in uath_cmd */
1393 struct uath_cmd *cm
[all...]

Completed in 25 milliseconds