HomeSort by: relevance | last modified time | path
    Searched refs:njsc32_cmd (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ninjascsi32var.h 79 struct njsc32_cmd { struct
80 TAILQ_ENTRY(njsc32_cmd) c_q;
180 struct njsc32_cmd sc_cmds[NJSC32_NUM_CMD];
181 TAILQ_HEAD(njsc32_cmd_head, njsc32_cmd)
185 struct njsc32_cmd *sc_curcmd; /* currently active command */
246 struct njsc32_cmd *lu_cmd; /* untagged command */
ninjascsi32.c 114 static void njsc32_end_cmd(struct njsc32_softc *, struct njsc32_cmd *,
120 static void njsc32_set_ptr(struct njsc32_softc *, struct njsc32_cmd *,
125 static void njsc32_reconnect(struct njsc32_softc *, struct njsc32_cmd *);
132 int lun, struct njsc32_cmd **);
134 int tag, struct njsc32_cmd **);
135 static void njsc32_cmd_reload(struct njsc32_softc *, struct njsc32_cmd *,
420 struct njsc32_cmd *cmd;
678 struct njsc32_cmd *cmd;
722 njsc32_cmd_init(struct njsc32_cmd *cmd)
879 struct njsc32_cmd *cmd
    [all...]

Completed in 12 milliseconds