Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmpsvar.h185 struct mps_command;
195 typedef void mps_command_callback_t(struct mps_softc *, struct mps_command *cm);
208 struct mps_command { struct
209 TAILQ_ENTRY(mps_command) cm_link;
210 TAILQ_ENTRY(mps_command) cm_recovery;
333 struct mps_command *commands;
340 TAILQ_HEAD(, mps_command) req_list;
341 TAILQ_HEAD(, mps_command) high_priority_req_list;
343 TAILQ_HEAD(, mps_command) tm_list;
545 mps_free_command(struct mps_softc *sc, struct mps_command *cm) in mps_free_command()
[all …]
H A Dmps_sas.h61 TAILQ_HEAD(, mps_command) commands;
62 struct mps_command *tm;
63 struct mps_command *pending_remove_tm;
64 TAILQ_HEAD(, mps_command) timedout_commands;
164 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
H A Dmps_sas.c116 static void mpssas_remove_device(struct mps_softc *, struct mps_command *);
117 static void mpssas_remove_complete(struct mps_softc *, struct mps_command *);
120 static int mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm,
121 struct mps_command *cm);
123 static void mpssas_abort_complete(struct mps_softc *sc, struct mps_command *cm);
125 struct mps_command *cm, union ccb *ccb);
127 static void mpssas_scsiio_complete(struct mps_softc *, struct mps_command *);
129 static void mpssas_smpio_complete(struct mps_softc *sc, struct mps_command *cm);
133 static void mpssas_resetdev_complete(struct mps_softc *, struct mps_command *);
138 struct mps_command *cm);
[all …]
H A Dmps_table.h54 void mps_print_sgl(struct mps_softc *, struct mps_command *, int);
55 void mps_print_scsiio_cmd(struct mps_softc *, struct mps_command *);
H A Dmps.c95 struct mps_command *cm);
98 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
101 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
737 struct mps_command *cm; in mps_iocfacts_free()
1094 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1423 struct mps_command *cm; in mps_alloc_requests()
1509 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1949 struct mps_command *cm; in mps_dump_reqs()
2229 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2372 struct mps_command *cm = NULL; in mps_intr_locked()
[all …]
H A Dmps_user.c119 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
139 static int mps_user_setup_request(struct mps_command *,
403 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge()
421 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts()
440 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts()
459 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download()
507 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
543 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough()
561 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough()
579 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
[all …]
H A Dmps_config.c74 struct mps_command *cm; in mps_config_get_ioc_pg8()
205 struct mps_command *cm; in mps_config_get_man_pg10()
566 struct mps_command *cm; in mps_config_get_dpm_pg0()
704 struct mps_command *cm; in mps_config_set_dpm_pg0()
844 struct mps_command *cm; in mps_config_get_sas_device_pg0()
979 struct mps_command *cm; in mps_config_get_bios_pg3()
1111 struct mps_command *cm; in mps_config_get_raid_volume_pg0()
1242 struct mps_command *cm; in mps_config_get_raid_volume_pg1()
1401 struct mps_command *cm; in mps_config_get_raid_pd_pg0()
H A Dmps_sas_lsi.c122 static void mpssas_ata_id_complete(struct mps_softc *, struct mps_command *);
123 static void mpssas_ata_id_timeout(struct mps_softc *, struct mps_command *);
624 struct mps_command *cm; in mpssas_add_device()
911 struct mps_command *cm; in mpssas_get_sata_identify()
998 mpssas_ata_id_complete(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_complete()
1009 mpssas_ata_id_timeout(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_timeout()
1230 struct mps_command *cm; in mpssas_ir_shutdown()
H A Dmps_table.c515 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl()
555 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()
/freebsd/tools/cam/
H A Dmps.d286 this->cm = (struct mps_command *)arg1;