Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mps/
H A Dmpsvar.h184 struct mps_command;
207 struct mps_command { struct
208 TAILQ_ENTRY(mps_command) cm_link;
209 TAILQ_ENTRY(mps_command) cm_recovery;
330 struct mps_command *commands;
337 TAILQ_HEAD(, mps_command) req_list;
340 TAILQ_HEAD(, mps_command) tm_list;
573 static __inline struct mps_command *
576 struct mps_command *cm; in mps_alloc_command()
616 static __inline struct mps_command *
[all …]
H A Dmps_sas.h63 TAILQ_HEAD(, mps_command) commands;
64 struct mps_command *tm;
65 TAILQ_HEAD(, mps_command) timedout_commands;
168 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
H A Dmps_sas.c126 struct mps_command *cm);
236 struct mps_command *
240 struct mps_command *tm; in mpssas_alloc_tm()
435 struct mps_command *tm; in mpssas_prepare_volume_remove()
506 struct mps_command *cm; in mpssas_prepare_remove()
1097 struct mps_command *cm; in mpssas_complete_all_commands()
1218 struct mps_command *cm; in mpssas_logical_unit_reset_complete()
1451 struct mps_command *cm; in mpssas_abort_complete()
1586 struct mps_command *cm; in mpssas_scsiio_timeout()
1672 struct mps_command *cm; in mpssas_action_scsiio()
[all …]
H A Dmps_table.h56 void mps_print_sgl(struct mps_softc *, struct mps_command *, int);
57 void mps_print_scsiio_cmd(struct mps_softc *, struct mps_command *);
H A Dmps.c100 struct mps_command *cm);
735 struct mps_command *cm; in mps_iocfacts_free()
1404 struct mps_command *cm; in mps_alloc_requests()
1947 struct mps_command *cm; in mps_dump_reqs()
2367 struct mps_command *cm = NULL; in mps_intr_locked()
2607 struct mps_command *cm; in mps_update_events()
2665 struct mps_command *cm; in mps_reregister_events()
2946 struct mps_command *cm; in mps_data_cb()
2949 cm = (struct mps_command *)arg; in mps_data_cb()
3068 struct mps_command *cm = *cmp; in mps_wait_command()
[all …]
H A Dmps_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()
527 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
605 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
623 mpi_pre_sas_io_unit_control(struct mps_command *cm, in mpi_pre_sas_io_unit_control()
670 struct mps_command *cm = NULL; in mps_user_command()
764 struct mps_command *cm = NULL; in mps_user_pass_thru()
1167 struct mps_command *cm = NULL; in mps_post_fw_diag_buffer()
[all …]
H A Dmps_config.c77 struct mps_command *cm; in mps_config_get_ioc_pg8()
208 struct mps_command *cm; in mps_config_get_man_pg10()
569 struct mps_command *cm; in mps_config_get_dpm_pg0()
707 struct mps_command *cm; in mps_config_set_dpm_pg0()
847 struct mps_command *cm; in mps_config_get_sas_device_pg0()
982 struct mps_command *cm; in mps_config_get_bios_pg3()
1114 struct mps_command *cm; in mps_config_get_raid_volume_pg0()
1245 struct mps_command *cm; in mps_config_get_raid_volume_pg1()
1404 struct mps_command *cm; in mps_config_get_raid_pd_pg0()
H A Dmps_sas_lsi.c126 static void mpssas_ata_id_timeout(struct mps_softc *, struct mps_command *);
631 struct mps_command *cm; in mpssas_add_device()
930 struct mps_command *cm; in mpssas_get_sata_identify()
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.c518 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl()
560 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()