Home
last modified time | relevance | path

Searched refs:mps_command (Results 1 – 9 of 9) 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.c112 static void mpssas_remove_device(struct mps_softc *, struct mps_command *);
113 static void mpssas_remove_complete(struct mps_softc *, struct mps_command *);
116 static int mpssas_send_abort(struct mps_softc *sc, struct mps_command *tm,
117 struct mps_command *cm);
119 static void mpssas_abort_complete(struct mps_softc *sc, struct mps_command *cm);
121 struct mps_command *cm, union ccb *ccb);
123 static void mpssas_scsiio_complete(struct mps_softc *, struct mps_command *);
125 static void mpssas_smpio_complete(struct mps_softc *sc, struct mps_command *cm);
129 static void mpssas_resetdev_complete(struct mps_softc *, struct mps_command *);
134 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.c96 struct mps_command *cm);
99 static void mps_config_complete(struct mps_softc *sc, struct mps_command *cm);
102 static void mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm);
738 struct mps_command *cm; in mps_iocfacts_free()
1095 mps_enqueue_request(struct mps_softc *sc, struct mps_command *cm) in mps_enqueue_request()
1424 struct mps_command *cm; in mps_alloc_requests()
1510 sc->commands = malloc(sizeof(struct mps_command) * sc->num_reqs, in mps_alloc_requests()
1950 struct mps_command *cm; in mps_dump_reqs()
2230 mps_complete_command(struct mps_softc *sc, struct mps_command *cm) in mps_complete_command()
2373 struct mps_command *cm = NULL; in mps_intr_locked()
[all …]
H A Dmps_user.c120 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
140 static int mps_user_setup_request(struct mps_command *,
404 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge()
422 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts()
441 mpi_pre_port_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_port_facts()
460 mpi_pre_fw_download(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_download()
508 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
544 mpi_pre_sata_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_sata_passthrough()
562 mpi_pre_smp_passthrough(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_smp_passthrough()
580 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
[all …]
H A Dmps_config.c75 struct mps_command *cm; in mps_config_get_ioc_pg8()
206 struct mps_command *cm; in mps_config_get_man_pg10()
567 struct mps_command *cm; in mps_config_get_dpm_pg0()
705 struct mps_command *cm; in mps_config_set_dpm_pg0()
845 struct mps_command *cm; in mps_config_get_sas_device_pg0()
980 struct mps_command *cm; in mps_config_get_bios_pg3()
1112 struct mps_command *cm; in mps_config_get_raid_volume_pg0()
1243 struct mps_command *cm; in mps_config_get_raid_volume_pg1()
1402 struct mps_command *cm; in mps_config_get_raid_pd_pg0()
H A Dmps_sas_lsi.c124 static void mpssas_ata_id_complete(struct mps_softc *, struct mps_command *);
125 static void mpssas_ata_id_timeout(struct mps_softc *, struct mps_command *);
626 struct mps_command *cm; in mpssas_add_device()
913 struct mps_command *cm; in mpssas_get_sata_identify()
1000 mpssas_ata_id_complete(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_complete()
1011 mpssas_ata_id_timeout(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_timeout()
1232 struct mps_command *cm; in mpssas_ir_shutdown()
H A Dmps_table.c516 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl()
556 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()