Home
last modified time | relevance | path

Searched refs:ctlr_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa.h28 struct ctlr_info;
31 void (*submit_command)(struct ctlr_info *h,
33 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val);
34 bool (*intr_pending)(struct ctlr_info *h);
35 unsigned long (*command_completed)(struct ctlr_info *h, u8 q);
164 struct ctlr_info { struct
420 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
427 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
526 static unsigned long SA5_completed(struct ctlr_info *h, in SA5_completed()
548 static bool SA5_intr_pending(struct ctlr_info *h) in SA5_intr_pending()
[all …]
H A Dhpsa.c442 struct ctlr_info *h; in host_show_lockup_detected()
456 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status()
480 struct ctlr_info *h; in host_store_raid_offload_debug()
504 struct ctlr_info *h; in host_store_rescan()
520 struct ctlr_info *h; in host_show_firmware_revision()
545 struct ctlr_info *h; in host_show_transport_mode()
557 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status()
641 struct ctlr_info *h; in host_show_resettable()
676 struct ctlr_info *h; in raid_level_show()
708 struct ctlr_info *h; in lunid_show()
[all …]
H A Dmyrs.c179 mbox->ctlr_info.id = MYRS_DCMD_TAG; in myrs_get_ctlr_info()
184 mbox->ctlr_info.ctlr_num = 0; in myrs_get_ctlr_info()
186 sgl = &mbox->ctlr_info.dma_addr; in myrs_get_ctlr_info()
196 if (cs->ctlr_info->bg_init_active + in myrs_get_ctlr_info()
199 cs->ctlr_info->cc_active + in myrs_get_ctlr_info()
200 cs->ctlr_info->rbld_active + in myrs_get_ctlr_info()
201 cs->ctlr_info->exp_active != 0) in myrs_get_ctlr_info()
209 cs->ctlr_info->ldev_offline, in myrs_get_ctlr_info()
542 if (!cs->ctlr_info) in myrs_enable_mmio_mbox()
1424 cs->ctlr_info->fw_turn_number); in firmware_show()
[all …]
H A Dmyrs.h742 } ctlr_info; member
945 struct myrs_ctlr_info *ctlr_info; member
H A Dhpsa_cmd.h417 struct ctlr_info; /* defined in hpsa.h */
437 struct ctlr_info *h;