Searched refs:ctlr_info (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | hpsa.h | 26 struct ctlr_info; 29 void (*submit_command)(struct ctlr_info *h, 31 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val); 32 bool (*intr_pending)(struct ctlr_info *h); 33 unsigned long (*command_completed)(struct ctlr_info *h, u8 q); 156 struct ctlr_info { struct 408 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command() 415 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read() 421 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2() 432 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask() [all …]
|
D | hpsa.c | 213 static int hpsa_add_sas_host(struct ctlr_info *h); 214 static void hpsa_delete_sas_host(struct ctlr_info *h); 219 *hpsa_find_device_by_sas_rphy(struct ctlr_info *h, 237 static void cmd_free(struct ctlr_info *h, struct CommandList *c); 238 static struct CommandList *cmd_alloc(struct ctlr_info *h); 239 static void cmd_tagged_free(struct ctlr_info *h, struct CommandList *c); 240 static struct CommandList *cmd_tagged_alloc(struct ctlr_info *h, 242 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h, 245 static void hpsa_free_cmd_pool(struct ctlr_info *h); 261 static void hpsa_update_scsi_devices(struct ctlr_info *h); [all …]
|
D | hpsa_cmd.h | 406 struct ctlr_info; /* defined in hpsa.h */ 426 struct ctlr_info *h;
|
/linux-4.4.14/drivers/block/ |
D | cpqarray.h | 58 struct ctlr_info; 59 typedef struct ctlr_info ctlr_info_t; 75 struct ctlr_info { struct
|
D | cciss.h | 21 struct ctlr_info; 22 typedef struct ctlr_info ctlr_info_t; 58 struct ctlr_info struct
|
D | cciss.c | 187 static int cciss_enter_simple_mode(struct ctlr_info *h); 196 static int add_to_scan_list(struct ctlr_info *h); 570 #define to_hba(n) container_of(n, struct ctlr_info, dev) 645 struct ctlr_info *h = to_hba(dev); in host_show_resettable() 655 struct ctlr_info *h = to_hba(dev); in host_store_rescan() 669 struct ctlr_info *h = to_hba(dev); in host_show_transport_mode() 682 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_unique_id() 712 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_vendor() 736 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_model() 760 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_rev() [all …]
|
D | cciss_scsi.c | 850 sh = scsi_host_alloc(&cciss_driver_template, sizeof(struct ctlr_info *)); in cciss_scsi_detect()
|