Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mps/
H A Dmpsvar.h185 struct mps_command;
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;
343 TAILQ_HEAD(, mps_command) tm_list;
576 static __inline struct mps_command *
579 struct mps_command *cm; in mps_alloc_command()
619 static __inline struct mps_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.c117 struct mps_command *cm);
213 struct mps_command *
217 struct mps_command *tm; in mpssas_alloc_tm()
403 struct mps_command *tm; in mpssas_prepare_volume_remove()
474 struct mps_command *cm; in mpssas_prepare_remove()
1047 struct mps_command *cm; in mpssas_complete_all_commands()
1167 struct mps_command *cm; in mpssas_logical_unit_reset_complete()
1398 struct mps_command *cm; in mpssas_abort_complete()
1533 struct mps_command *cm; in mpssas_scsiio_timeout()
1619 struct mps_command *cm; in mpssas_action_scsiio()
[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);
738 struct mps_command *cm; in mps_iocfacts_free()
1424 struct mps_command *cm; in mps_alloc_requests()
1950 struct mps_command *cm; in mps_dump_reqs()
2373 struct mps_command *cm = NULL; in mps_intr_locked()
2605 struct mps_command *cm; in mps_update_events()
2662 struct mps_command *cm; in mps_reregister_events()
2944 struct mps_command *cm; in mps_data_cb()
2947 cm = (struct mps_command *)arg; in mps_data_cb()
3073 struct mps_command *cm = *cmp; in mps_wait_command()
[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()
508 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload()
580 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config()
598 mpi_pre_sas_io_unit_control(struct mps_command *cm, in mpi_pre_sas_io_unit_control()
645 struct mps_command *cm = NULL; in mps_user_command()
739 struct mps_command *cm = NULL; in mps_user_pass_thru()
1154 struct mps_command *cm = NULL; in mps_post_fw_diag_buffer()
[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()