Searched refs:mpr_command (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mprvar.h | 213 struct mpr_command; 242 struct mpr_command { struct 243 TAILQ_ENTRY(mpr_command) cm_link; 244 TAILQ_ENTRY(mpr_command) cm_recovery; 375 struct mpr_command *commands; 383 TAILQ_HEAD(, mpr_command) req_list; 387 TAILQ_HEAD(, mpr_command) tm_list; 651 static __inline struct mpr_command * 654 struct mpr_command *cm; in mpr_alloc_command() 699 static __inline struct mpr_command * [all …]
|
| H A D | mpr_sas.h | 62 TAILQ_HEAD(, mpr_command) commands; 63 struct mpr_command *tm; 64 struct mpr_command *pending_remove_tm; 65 TAILQ_HEAD(, mpr_command) timedout_commands; 170 void mprsas_prepare_for_tm(struct mpr_softc *sc, struct mpr_command *tm,
|
| H A D | mpr_sas.c | 128 struct mpr_command *cm); 133 struct mpr_command *cm); 219 struct mpr_command * 223 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() 1108 struct mpr_command *cm; in mprsas_complete_all_commands() 1225 struct mpr_command *cm; in mprsas_logical_unit_reset_complete() 1476 struct mpr_command *cm; in mprsas_abort_complete() 1616 struct mpr_command *cm; in mprsas_scsiio_timeout() [all …]
|
| H A D | mpr_table.h | 53 void mpr_print_sgl(struct mpr_softc *, struct mpr_command *, int); 54 void mpr_print_scsiio_cmd(struct mpr_softc *, struct mpr_command *);
|
| H A D | mpr.c | 100 struct mpr_command *cm); 758 struct mpr_command *cm; in mpr_iocfacts_free() 1484 struct mpr_command *cm; in mpr_alloc_requests() 2094 struct mpr_command *cm; in mpr_dump_reqs() 2523 struct mpr_command *cm = NULL; in mpr_intr_locked() 2752 struct mpr_command *cm = NULL; in mpr_update_events() 2808 struct mpr_command *cm; in mpr_reregister_events() 3654 struct mpr_command *cm; in mpr_data_cb() 3790 struct mpr_command *cm = *cmp; in mpr_wait_command() 3865 struct mpr_command *cm = *cmp; in mpr_request_polled() [all …]
|
| H A D | mpr_user.c | 119 typedef int (mpr_user_f)(struct mpr_command *, struct mpr_usr_command *); 139 static int mpr_user_setup_request(struct mpr_command *, 418 mpr_init_sge(struct mpr_command *cm, void *req, void *sge) in mpr_init_sge() 436 mpi_pre_ioc_facts(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_ioc_facts() 514 mpi_pre_fw_upload(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_fw_upload() 578 mpi_pre_config(struct mpr_command *cm, struct mpr_usr_command *cmd) in mpi_pre_config() 596 mpi_pre_sas_io_unit_control(struct mpr_command *cm, in mpi_pre_sas_io_unit_control() 643 struct mpr_command *cm = NULL; in mpr_user_command() 740 struct mpr_command *cm = NULL; in mpr_user_pass_thru() 1264 struct mpr_command *cm = NULL; in mpr_post_fw_diag_buffer() [all …]
|
| H A D | mpr_config.c | 75 struct mpr_command *cm; in mpr_config_get_ioc_pg8() 207 struct mpr_command *cm; in mpr_config_get_iounit_pg8() 340 struct mpr_command *cm; in mpr_config_get_man_pg11() 528 struct mpr_command *cm; in mpr_config_get_dpm_pg0() 666 struct mpr_command *cm; in mpr_config_set_dpm_pg0() 806 struct mpr_command *cm; in mpr_config_get_sas_device_pg0() 943 struct mpr_command *cm; in mpr_config_get_pcie_device_pg0() 1080 struct mpr_command *cm; in mpr_config_get_pcie_device_pg2() 1215 struct mpr_command *cm; in mpr_config_get_bios_pg3() 1347 struct mpr_command *cm; in mpr_config_get_raid_volume_pg0() [all …]
|
| H A D | mpr_sas_lsi.c | 126 static void mprsas_ata_id_complete(struct mpr_softc *, struct mpr_command *); 127 static void mprsas_ata_id_timeout(struct mpr_softc *, struct mpr_command *); 327 struct mpr_command *cm; in mprsas_fw_work() 831 struct mpr_command *cm; in mprsas_add_device() 1138 struct mpr_command *cm; in mprsas_get_sata_identify() 1225 mprsas_ata_id_complete(struct mpr_softc *sc, struct mpr_command *cm) in mprsas_ata_id_complete() 1235 mprsas_ata_id_timeout(struct mpr_softc *sc, struct mpr_command *cm) in mprsas_ata_id_timeout() 1597 struct mpr_command *cm; in mprsas_ir_shutdown()
|
| H A D | mpr_table.c | 537 mpr_print_sgl(struct mpr_softc *sc, struct mpr_command *cm, int offset) in mpr_print_sgl() 591 mpr_print_scsiio_cmd(struct mpr_softc *sc, struct mpr_command *cm) in mpr_print_scsiio_cmd()
|