Searched refs:mps_command (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mpsvar.h | 187 struct mps_command; 210 struct mps_command { struct 211 TAILQ_ENTRY(mps_command) cm_link; 212 TAILQ_ENTRY(mps_command) cm_recovery; 335 struct mps_command *commands; 342 TAILQ_HEAD(, mps_command) req_list; 345 TAILQ_HEAD(, mps_command) tm_list; 578 static __inline struct mps_command * 581 struct mps_command *cm; in mps_alloc_command() 621 static __inline struct mps_command * [all …]
|
| H A D | mps_sas.h | 63 TAILQ_HEAD(, mps_command) commands; 64 struct mps_command *tm; 65 struct mps_command *pending_remove_tm; 66 TAILQ_HEAD(, mps_command) timedout_commands; 169 void mpssas_prepare_for_tm(struct mps_softc *sc, struct mps_command *tm,
|
| H A D | mps_sas.c | 124 struct mps_command *cm); 220 struct mps_command * 224 struct mps_command *tm; in mpssas_alloc_tm() 413 struct mps_command *tm; in mpssas_prepare_volume_remove() 484 struct mps_command *cm; in mpssas_prepare_remove() 1060 struct mps_command *cm; in mpssas_complete_all_commands() 1180 struct mps_command *cm; in mpssas_logical_unit_reset_complete() 1411 struct mps_command *cm; in mpssas_abort_complete() 1546 struct mps_command *cm; in mpssas_scsiio_timeout() 1632 struct mps_command *cm; in mpssas_action_scsiio() [all …]
|
| H A D | mps_table.h | 56 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 D | mps.c | 100 struct mps_command *cm); 742 struct mps_command *cm; in mps_iocfacts_free() 1403 struct mps_command *cm; in mps_alloc_requests() 1927 struct mps_command *cm; in mps_dump_reqs() 2350 struct mps_command *cm = NULL; in mps_intr_locked() 2582 struct mps_command *cm; in mps_update_events() 2639 struct mps_command *cm; in mps_reregister_events() 2920 struct mps_command *cm; in mps_data_cb() 2923 cm = (struct mps_command *)arg; in mps_data_cb() 3043 struct mps_command *cm = *cmp; in mps_wait_command() [all …]
|
| H A D | mps_user.c | 124 typedef int (mps_user_f)(struct mps_command *, struct mps_usr_command *); 144 static int mps_user_setup_request(struct mps_command *, 408 mpi_init_sge(struct mps_command *cm, void *req, void *sge) in mpi_init_sge() 426 mpi_pre_ioc_facts(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_ioc_facts() 518 mpi_pre_fw_upload(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_fw_upload() 596 mpi_pre_config(struct mps_command *cm, struct mps_usr_command *cmd) in mpi_pre_config() 614 mpi_pre_sas_io_unit_control(struct mps_command *cm, in mpi_pre_sas_io_unit_control() 661 struct mps_command *cm = NULL; in mps_user_command() 755 struct mps_command *cm = NULL; in mps_user_pass_thru() 1158 struct mps_command *cm = NULL; in mps_post_fw_diag_buffer() [all …]
|
| H A D | mps_config.c | 77 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 D | mps_sas_lsi.c | 126 static void mpssas_ata_id_complete(struct mps_softc *, struct mps_command *); 127 static void mpssas_ata_id_timeout(struct mps_softc *, struct mps_command *); 628 struct mps_command *cm; in mpssas_add_device() 915 struct mps_command *cm; in mpssas_get_sata_identify() 1002 mpssas_ata_id_complete(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_complete() 1013 mpssas_ata_id_timeout(struct mps_softc *sc, struct mps_command *cm) in mpssas_ata_id_timeout() 1234 struct mps_command *cm; in mpssas_ir_shutdown()
|
| H A D | mps_table.c | 518 mps_print_sgl(struct mps_softc *sc, struct mps_command *cm, int offset) in mps_print_sgl() 558 mps_print_scsiio_cmd(struct mps_softc *sc, struct mps_command *cm) in mps_print_scsiio_cmd()
|