Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mpr/
H A Dmprvar.h212 struct mpr_command;
241 struct mpr_command { struct
242 TAILQ_ENTRY(mpr_command) cm_link;
243 TAILQ_ENTRY(mpr_command) cm_recovery;
372 struct mpr_command *commands;
380 TAILQ_HEAD(, mpr_command) req_list;
384 TAILQ_HEAD(, mpr_command) tm_list;
647 static __inline struct mpr_command *
650 struct mpr_command *cm; in mpr_alloc_command()
689 static __inline struct mpr_command *
[all …]
H A Dmpr_sas.h65 TAILQ_HEAD(, mpr_command) commands;
66 struct mpr_command *tm;
67 TAILQ_HEAD(, mpr_command) timedout_commands;
174 void mprsas_prepare_for_tm(struct mpr_softc *sc, struct mpr_command *tm,
H A Dmpr_sas.c132 struct mpr_command *cm);
240 struct mpr_command *
244 struct mpr_command *tm; in mprsas_alloc_tm()
444 struct mpr_command *cm; in mprsas_prepare_volume_remove()
509 struct mpr_command *tm; in mprsas_prepare_remove()
1165 struct mpr_command *cm; in mprsas_complete_all_commands()
1283 struct mpr_command *cm; in mprsas_logical_unit_reset_complete()
1536 struct mpr_command *cm; in mprsas_abort_complete()
1676 struct mpr_command *cm; in mprsas_scsiio_timeout()
1922 struct mpr_command *cm; in mprsas_action_scsiio()
[all …]
H A Dmpr_table.h55 void mpr_print_sgl(struct mpr_softc *, struct mpr_command *, int);
56 void mpr_print_scsiio_cmd(struct mpr_softc *, struct mpr_command *);
H A Dmpr.c102 struct mpr_command *cm);
756 struct mpr_command *cm; in mpr_iocfacts_free()
1443 struct mpr_command *cm; in mpr_alloc_requests()
2077 struct mpr_command *cm; in mpr_dump_reqs()
2503 struct mpr_command *cm = NULL; in mpr_intr_locked()
2740 struct mpr_command *cm = NULL; in mpr_update_events()
2794 struct mpr_command *cm; in mpr_reregister_events()
3646 struct mpr_command *cm; in mpr_data_cb()
3775 struct mpr_command *cm = *cmp; in mpr_wait_command()
3854 struct mpr_command *cm = *cmp; in mpr_request_polled()
[all …]
H A Dmpr_user.c122 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *);
142 static int mpr_user_setup_request(struct mpr_command *,
431 mpr_init_sge(struct mpr_command *cm, void *req, void *sge) in mpr_init_sge()
449 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts()
527 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload()
591 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config()
609 mpi_pre_sas_io_unit_control(struct mpr_command *cm, in mpi_pre_sas_io_unit_control()
656 struct mpr_command *cm = NULL; in mpr_user_command()
753 struct mpr_command *cm = NULL; in mpr_user_pass_thru()
1263 struct mpr_command *cm = NULL; in mpr_post_fw_diag_buffer()
[all …]
H A Dmpr_config.c77 struct mpr_command *cm; in mpr_config_get_ioc_pg8()
209 struct mpr_command *cm; in mpr_config_get_iounit_pg8()
342 struct mpr_command *cm; in mpr_config_get_man_pg11()
530 struct mpr_command *cm; in mpr_config_get_dpm_pg0()
668 struct mpr_command *cm; in mpr_config_set_dpm_pg0()
808 struct mpr_command *cm; in mpr_config_get_sas_device_pg0()
945 struct mpr_command *cm; in mpr_config_get_pcie_device_pg0()
1082 struct mpr_command *cm; in mpr_config_get_pcie_device_pg2()
1217 struct mpr_command *cm; in mpr_config_get_bios_pg3()
1349 struct mpr_command *cm; in mpr_config_get_raid_volume_pg0()
[all …]
H A Dmpr_sas_lsi.c128 static void mprsas_ata_id_timeout(struct mpr_softc *, struct mpr_command *);
331 struct mpr_command *cm; in mprsas_fw_work()
836 struct mpr_command *cm; in mprsas_add_device()
1157 struct mpr_command *cm; in mprsas_get_sata_identify()
1238 mprsas_ata_id_timeout(struct mpr_softc *sc, struct mpr_command *cm) in mprsas_ata_id_timeout()
1602 struct mpr_command *cm; in mprsas_ir_shutdown()
H A Dmpr_table.c539 mpr_print_sgl(struct mpr_softc *sc, struct mpr_command *cm, int offset) in mpr_print_sgl()
595 mpr_print_scsiio_cmd(struct mpr_softc *sc, struct mpr_command *cm) in mpr_print_scsiio_cmd()