Searched refs:ctlr_info (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/scsi/ |
D | hpsa.h | 28 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 …]
|
D | hpsa.c | 238 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, 257 static int hpsa_passthru_ioctl(struct ctlr_info *h, 259 static int hpsa_big_passthru_ioctl(struct ctlr_info *h, 267 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 268 static struct CommandList *cmd_alloc(struct ctlr_info *h); 269 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 270 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 272 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, [all …]
|
D | myrs.c | 167 ldev_present = cs->ctlr_info->ldev_present; in myrs_get_ctlr_info() 168 ldev_critical = cs->ctlr_info->ldev_critical; in myrs_get_ctlr_info() 169 ldev_offline = cs->ctlr_info->ldev_offline; in myrs_get_ctlr_info() 171 ctlr_info_addr = dma_map_single(&cs->pdev->dev, cs->ctlr_info, in myrs_get_ctlr_info() 179 mbox->ctlr_info.id = MYRS_DCMD_TAG; in myrs_get_ctlr_info() 180 mbox->ctlr_info.opcode = MYRS_CMD_OP_IOCTL; in myrs_get_ctlr_info() 181 mbox->ctlr_info.control.dma_ctrl_to_host = true; in myrs_get_ctlr_info() 182 mbox->ctlr_info.control.no_autosense = true; in myrs_get_ctlr_info() 183 mbox->ctlr_info.dma_size = sizeof(struct myrs_ctlr_info); in myrs_get_ctlr_info() 184 mbox->ctlr_info.ctlr_num = 0; in myrs_get_ctlr_info() [all …]
|
D | myrs.h | 742 } ctlr_info; member 944 struct myrs_ctlr_info *ctlr_info; member
|
D | hpsa_cmd.h | 417 struct ctlr_info; /* defined in hpsa.h */ 437 struct ctlr_info *h;
|