Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mps/
H A Dmpsvar.h202 struct mps_command;
225 struct mps_command { struct
226 TAILQ_ENTRY(mps_command) cm_link;
227 TAILQ_ENTRY(mps_command) cm_recovery;
310 struct mps_command *commands;
317 TAILQ_HEAD(, mps_command) req_list;
320 TAILQ_HEAD(, mps_command) tm_list;
542 static __inline struct mps_command *
545 struct mps_command *cm; in mps_alloc_command()
579 static __inline struct mps_command *
[all …]
H A Dmps_sas.h60 TAILQ_HEAD(, mps_command) commands;
61 struct mps_command *tm;
62 TAILQ_HEAD(, mps_command) timedout_commands;
159 struct mps_command * mpssas_alloc_tm(struct mps_softc *sc);
160 void mpssas_free_tm(struct mps_softc *sc, struct mps_command *tm);
H A Dmps_sas.c235 struct mps_command *
238 struct mps_command *tm; in mpssas_alloc_tm()
411 struct mps_command *cm; in mpssas_prepare_volume_remove()
478 struct mps_command *cm; in mpssas_prepare_remove()
1032 struct mps_command *cm; in mpssas_complete_all_commands()
1140 struct mps_command *cm; in mpssas_logical_unit_reset_complete()
1354 struct mps_command *cm; in mpssas_abort_complete()
1484 struct mps_command *cm; in mpssas_scsiio_timeout()
1562 struct mps_command *cm; in mpssas_action_scsiio()
2462 struct mps_command *cm;
[all …]
H A Dmps.c568 struct mps_command *cm; in mps_get_portfacts()
747 struct mps_command *cm; in mps_alloc_requests()
1315 struct mps_command *cm; in mps_free()
1407 mps_complete_command(struct mps_command *cm) in mps_complete_command()
1482 struct mps_command *cm = NULL; in mps_intr_locked()
1687 struct mps_command *cm; in mps_update_events()
1736 struct mps_command *cm; in mps_reregister_events()
1790 mps_add_chain(struct mps_command *cm) in mps_add_chain()
2008 struct mps_command *cm; in mps_data_cb()
2011 cm = (struct mps_command *)arg; in mps_data_cb()
[all …]
H A Dmps_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 *);
H A Dmps_user.c112 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *);
132 static int mps_user_setup_request(struct mps_command *,
402 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge()
420 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts()
512 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
590 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
608 mpi_pre_sas_io_unit_control(struct mps_command *cm, in mpi_pre_sas_io_unit_control()
655 struct mps_command *cm = NULL; in mps_user_command()
749 struct mps_command *cm = NULL; in mps_user_pass_thru()
1146 struct mps_command *cm = NULL; in mps_post_fw_diag_buffer()
[all …]
H A Dmps_config.c70 struct mps_command *cm; in mps_config_get_ioc_pg8()
186 struct mps_command *cm; in mps_config_get_man_pg10()
534 struct mps_command *cm; in mps_config_get_dpm_pg0()
658 struct mps_command *cm; in mps_config_set_dpm_pg0()
783 struct mps_command *cm; in mps_config_get_sas_device_pg0()
904 struct mps_command *cm; in mps_config_get_bios_pg3()
1022 struct mps_command *cm; in mps_config_get_raid_volume_pg0()
1142 struct mps_command *cm; in mps_config_get_raid_volume_pg1()
1287 struct mps_command *cm; in mps_config_get_raid_pd_pg0()
H A Dmps_table.c450 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl()
490 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()
H A Dmps_sas_lsi.c764 struct mps_command *cm; in mpssas_get_sata_identify()
880 struct mps_command *cm; in mpssas_ir_shutdown()