Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
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()
433 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
444 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
[all …]
Dhpsa.c239 static int hpsa_add_sas_host(struct ctlr_info *h);
240 static void hpsa_delete_sas_host(struct ctlr_info *h);
245 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h,
258 static int hpsa_passthru_ioctl(struct ctlr_info *h,
260 static int hpsa_big_passthru_ioctl(struct ctlr_info *h,
268 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
269 static struct CommandList *cmd_alloc(struct ctlr_info *h);
270 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c);
271 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h,
273 static int fill_cmd(struct CommandList *c, u8 cmd, 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.h413 struct ctlr_info; /* defined in hpsa.h */
433 struct ctlr_info *h;