Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa.h27 struct ctlr_info;
30 void (*submit_command)(struct ctlr_info *h,
32 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val);
33 bool (*intr_pending)(struct ctlr_info *h);
34 unsigned long (*command_completed)(struct ctlr_info *h, u8 q);
163 struct ctlr_info { struct
419 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
426 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
432 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
443 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
[all …]
Dhpsa.c238 static int hpsa_add_sas_host(struct ctlr_info *h);
239 static void hpsa_delete_sas_host(struct ctlr_info *h);
244 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h,
263 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
264 static struct CommandList *cmd_alloc(struct ctlr_info *h);
265 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
266 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
268 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
271 static void hpsa_free_cmd_pool(struct ctlr_info *h);
286 static void hpsa_update_scsi_devices(struct ctlr_info *h);
[all …]
Dmyrs.c168 ldev_present = cs->ctlr_info->ldev_present; in myrs_get_ctlr_info()
169 ldev_critical = cs->ctlr_info->ldev_critical; in myrs_get_ctlr_info()
170 ldev_offline = cs->ctlr_info->ldev_offline; in myrs_get_ctlr_info()
172 ctlr_info_addr = dma_map_single(&cs->pdev->dev, cs->ctlr_info, in myrs_get_ctlr_info()
180 mbox->ctlr_info.id = MYRS_DCMD_TAG; in myrs_get_ctlr_info()
181 mbox->ctlr_info.opcode = MYRS_CMD_OP_IOCTL; in myrs_get_ctlr_info()
182 mbox->ctlr_info.control.dma_ctrl_to_host = true; in myrs_get_ctlr_info()
183 mbox->ctlr_info.control.no_autosense = true; in myrs_get_ctlr_info()
184 mbox->ctlr_info.dma_size = sizeof(struct myrs_ctlr_info); in myrs_get_ctlr_info()
185 mbox->ctlr_info.ctlr_num = 0; in myrs_get_ctlr_info()
[all …]
Dmyrs.h742 } ctlr_info; member
945 struct myrs_ctlr_info *ctlr_info; member
Dhpsa_cmd.h412 struct ctlr_info; /* defined in hpsa.h */
432 struct ctlr_info *h;