njsc32_cmd
struct njsc32_cmd *cmd;
struct njsc32_cmd *cmd;
static void njsc32_end_cmd(struct njsc32_softc *, struct njsc32_cmd *,
njsc32_end_cmd(struct njsc32_softc *sc, struct njsc32_cmd *cmd,
static void njsc32_set_ptr(struct njsc32_softc *, struct njsc32_cmd *,
struct njsc32_cmd *c;
static void njsc32_reconnect(struct njsc32_softc *, struct njsc32_cmd *);
struct njsc32_cmd *cmd;
int lun, struct njsc32_cmd **);
int tag, struct njsc32_cmd **);
static void njsc32_cmd_reload(struct njsc32_softc *, struct njsc32_cmd *,
struct njsc32_cmd *cmd;
njsc32_set_cur_ptr(struct njsc32_cmd *cmd, u_int32_t pos)
njsc32_set_ptr(struct njsc32_softc *sc, struct njsc32_cmd *cmd, u_int32_t pos)
njsc32_save_ptr(struct njsc32_cmd *cmd)
njsc32_reconnect(struct njsc32_softc *sc, struct njsc32_cmd *cmd)
struct njsc32_cmd **pcmd)
struct njsc32_cmd *cmd;
njsc32_resel_tag(struct njsc32_softc *sc, int tag, struct njsc32_cmd **pcmd)
struct njsc32_cmd *cmd;
njsc32_cmd_reload(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int cctl)
struct njsc32_cmd *cmd;
struct njsc32_cmd *cmd = arg;
struct njsc32_cmd *cmd = arg;
njsc32_end_auto(struct njsc32_softc *sc, struct njsc32_cmd *cmd, int auto_phase)
struct njsc32_cmd *cmd;
struct njsc32_cmd *cmd;
struct njsc32_cmd *cmd;
njsc32_cmd_init(struct njsc32_cmd *cmd)
struct njsc32_cmd *cmd;
njsc32_cmd_load(struct njsc32_softc *sc, struct njsc32_cmd *cmd)
struct njsc32_cmd sc_cmds[NJSC32_NUM_CMD];
TAILQ_HEAD(njsc32_cmd_head, njsc32_cmd)
struct njsc32_cmd *sc_curcmd; /* currently active command */
struct njsc32_cmd *lu_cmd; /* untagged command */
TAILQ_ENTRY(njsc32_cmd) c_q;