Searched refs:ctlr_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | hpsa.h | 27 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); 161 struct ctlr_info { struct 415 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command() 422 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read() 428 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2() 439 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask() [all …]
|
D | hpsa.c | 237 static int hpsa_add_sas_host(struct ctlr_info *h); 238 static void hpsa_delete_sas_host(struct ctlr_info *h); 243 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, 261 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 262 static struct CommandList *cmd_alloc(struct ctlr_info *h); 263 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 264 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 266 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 269 static void hpsa_free_cmd_pool(struct ctlr_info *h); 284 static void hpsa_update_scsi_devices(struct ctlr_info *h); [all …]
|
D | hpsa_cmd.h | 412 struct ctlr_info; /* defined in hpsa.h */ 432 struct ctlr_info *h;
|