Home
last modified time | relevance | path

Searched refs:mps_command (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/dev/mps/
HDmpsvar.h182 struct mps_command;
192 typedef void mps_command_callback_t(struct mps_softc *, struct mps_command *cm);
205 struct mps_command { struct
206 TAILQ_ENTRY(mps_command) cm_link;
207 TAILQ_ENTRY(mps_command) cm_recovery;
290 struct mps_command *commands;
296 TAILQ_HEAD(, mps_command) req_list;
297 TAILQ_HEAD(, mps_command) high_priority_req_list;
299 TAILQ_HEAD(, mps_command) tm_list;
497 mps_free_command(struct mps_softc *sc, struct mps_command *cm) in mps_free_command()
[all …]
HDmps_sas.h61 TAILQ_HEAD(, mps_command) commands;
62 struct mps_command *tm;
63 TAILQ_HEAD(, mps_command) timedout_commands;
169 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
HDmps_sas.c119 static void mpssas_remove_device(struct mps_softc *, struct mps_command *);
120 static void mpssas_remove_complete(struct mps_softc *, struct mps_command *);
123 static int mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm,
124 struct mps_command *cm);
126 static void mpssas_abort_complete(struct mps_softc *sc, struct mps_command *cm);
128 struct mps_command *cm, union ccb *ccb);
130 static void mpssas_scsiio_complete(struct mps_softc *, struct mps_command *);
133 static void mpssas_smpio_complete(struct mps_softc *sc, struct mps_command *cm);
138 static void mpssas_resetdev_complete(struct mps_softc *, struct mps_command *);
149 struct mps_command *cm);
[all …]
HDmps_table.h51 void mps_print_sgl(struct mps_softc *, struct mps_command *, int);
52 void mps_print_scsiio_cmd(struct mps_softc *, struct mps_command *);
HDmps.c93 struct mps_command *cm);
96 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
99 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
609 struct mps_command *cm; in mps_iocfacts_free()
962 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1162 struct mps_command *cm; in mps_alloc_requests()
1278 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1693 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
1832 struct mps_command *cm = NULL; in mps_intr_locked()
2000 mps_reregister_events_complete(struct mps_softc *sc, struct mps_command *cm) in mps_reregister_events_complete()
[all …]
HDmps_user.c123 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
143 static int mps_user_setup_request(struct mps_command *,
417 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge()
435 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts()
454 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts()
473 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download()
527 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
569 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough()
587 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough()
605 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
[all …]
HDmps_config.c75 struct mps_command *cm; in mps_config_get_ioc_pg8()
204 struct mps_command *cm; in mps_config_get_man_pg10()
562 struct mps_command *cm; in mps_config_get_dpm_pg0()
698 struct mps_command *cm; in mps_config_set_dpm_pg0()
836 struct mps_command *cm; in mps_config_get_sas_device_pg0()
969 struct mps_command *cm; in mps_config_get_bios_pg3()
1099 struct mps_command *cm; in mps_config_get_raid_volume_pg0()
1228 struct mps_command *cm; in mps_config_get_raid_volume_pg1()
1385 struct mps_command *cm; in mps_config_get_raid_pd_pg0()
HDmps_sas_lsi.c620 struct mps_command *cm; in mpssas_add_device()
876 struct mps_command *cm; in mpssas_get_sata_identify()
961 struct mps_command *cm; in mpssas_ata_id_timeout()
963 cm = (struct mps_command *)data; in mpssas_ata_id_timeout()
1199 struct mps_command *cm; in mpssas_ir_shutdown()
HDmps_table.c452 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl()
494 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()