Searched refs:mpr_command (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/mpr/
H A Dmpr_table.h53 void mpr_print_sgl(struct mpr_softc *, struct mpr_command *, int);
54 void mpr_print_scsiio_cmd(struct mpr_softc *, struct mpr_command *);
H A Dmpr_sas.h62 TAILQ_HEAD(, mpr_command) commands;
63 struct mpr_command *tm;
64 struct mpr_command *pending_remove_tm;
65 TAILQ_HEAD(, mpr_command) timedout_commands;
170 void mprsas_prepare_for_tm(struct mpr_softc *sc, struct mpr_command *tm,
H A Dmprvar.h213 struct mpr_command;
223 typedef void mpr_command_callback_t(struct mpr_softc *, struct mpr_command *cm);
242 struct mpr_command { struct
243 TAILQ_ENTRY(mpr_command) cm_link;
244 TAILQ_ENTRY(mpr_command) cm_recovery;
375 struct mpr_command *commands;
383 TAILQ_HEAD(, mpr_command) req_list;
384 TAILQ_HEAD(, mpr_command) high_priority_req_list;
387 TAILQ_HEAD(, mpr_command) tm_list;
614 mpr_free_command(struct mpr_softc *sc, struct mpr_command *c
[all...]
H A Dmpr_sas.c117 static void mprsas_remove_device(struct mpr_softc *, struct mpr_command *);
118 static void mprsas_remove_complete(struct mpr_softc *, struct mpr_command *);
122 static void mprsas_abort_complete(struct mpr_softc *sc, struct mpr_command *cm);
124 static void mprsas_scsiio_complete(struct mpr_softc *, struct mpr_command *);
126 static void mprsas_resetdev_complete(struct mpr_softc *, struct mpr_command *);
127 static int mprsas_send_abort(struct mpr_softc *sc, struct mpr_command *tm,
128 struct mpr_command *cm);
133 struct mpr_command *cm);
135 static void mprsas_smpio_complete(struct mpr_softc *sc, struct mpr_command *cm);
219 struct mpr_command *
[all...]
H A Dmpr.c100 struct mpr_command *cm);
103 static void mpr_config_complete(struct mpr_softc *sc, struct mpr_command *cm);
106 static void mpr_enqueue_request(struct mpr_softc *sc, struct mpr_command *cm);
758 struct mpr_command *cm;
1127 mpr_enqueue_request(struct mpr_softc *sc, struct mpr_command *cm)
1471 struct mpr_command *cm;
1567 sc->commands = malloc(sizeof(struct mpr_command) * sc->num_reqs,
2081 struct mpr_command *cm;
2366 mpr_complete_command(struct mpr_softc *sc, struct mpr_command *cm)
2510 struct mpr_command *c
[all...]
H A Dmpr_config.c75 struct mpr_command *cm;
207 struct mpr_command *cm;
340 struct mpr_command *cm;
528 struct mpr_command *cm;
666 struct mpr_command *cm;
805 struct mpr_command *cm;
942 struct mpr_command *cm;
1079 struct mpr_command *cm;
1214 struct mpr_command *cm;
1346 struct mpr_command *c
[all...]
H A Dmpr_user.c119 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *);
139 static int mpr_user_setup_request(struct mpr_command *,
418 mpr_init_sge(struct mpr_command *cm, void *req, void *sge)
433 * Prepare the mpr_command for an IOC_FACTS request.
436 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd)
452 * Prepare the mpr_command for a PORT_FACTS request.
455 mpi_pre_port_facts(struct mpr_command *cm, struct mpr_usr_command *cmd)
471 * Prepare the mpr_command for a FW_DOWNLOAD request.
474 mpi_pre_fw_download(struct mpr_command *cm, struct mpr_usr_command *cmd)
511 * Prepare the mpr_command fo
[all...]
H A Dmpr_sas_lsi.c126 static void mprsas_ata_id_complete(struct mpr_softc *, struct mpr_command *);
127 static void mprsas_ata_id_timeout(struct mpr_softc *, struct mpr_command *);
327 struct mpr_command *cm;
831 struct mpr_command *cm;
1138 struct mpr_command *cm;
1225 mprsas_ata_id_complete(struct mpr_softc *sc, struct mpr_command *cm)
1235 mprsas_ata_id_timeout(struct mpr_softc *sc, struct mpr_command *cm)
1597 struct mpr_command *cm;
H A Dmpr_table.c537 mpr_print_sgl(struct mpr_softc *sc, struct mpr_command *cm, int offset)
591 mpr_print_scsiio_cmd(struct mpr_softc *sc, struct mpr_command *cm)

Completed in 194 milliseconds