Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa.h29 struct ctlr_info;
32 void (*submit_command)(struct ctlr_info *h,
34 void (*set_intr_mask)(struct ctlr_info *h, unsigned long val);
35 bool (*intr_pending)(struct ctlr_info *h);
36 unsigned long (*command_completed)(struct ctlr_info *h, u8 q);
122 struct ctlr_info { struct
356 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
363 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
369 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
380 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
[all …]
Dhpsa.c208 static void cmd_free(struct ctlr_info *h, struct CommandList *c);
209 static struct CommandList *cmd_alloc(struct ctlr_info *h);
210 static int fill_cmd(struct CommandList *c, u8 cmd, struct ctlr_info *h,
213 static void hpsa_free_cmd_pool(struct ctlr_info *h);
227 static void hpsa_update_scsi_devices(struct ctlr_info *h, int hostno);
228 static int check_for_unit_attention(struct ctlr_info *h,
230 static void check_ioctl_unit_attention(struct ctlr_info *h,
235 static void hpsa_put_ctlr_into_performant_mode(struct ctlr_info *h);
236 static inline u32 next_command(struct ctlr_info *h, u8 q);
246 static int hpsa_wait_for_mode_change_ack(struct ctlr_info *h);
[all …]
Dhpsa_cmd.h387 struct ctlr_info; /* defined in hpsa.h */
407 struct ctlr_info *h;
/linux-4.1.27/drivers/block/
Dcpqarray.h58 struct ctlr_info;
59 typedef struct ctlr_info ctlr_info_t;
75 struct ctlr_info { struct
Dcciss.h21 struct ctlr_info;
22 typedef struct ctlr_info ctlr_info_t;
58 struct ctlr_info struct
Dcciss.c189 static int cciss_enter_simple_mode(struct ctlr_info *h);
198 static int add_to_scan_list(struct ctlr_info *h);
572 #define to_hba(n) container_of(n, struct ctlr_info, dev)
629 struct ctlr_info *h = to_hba(dev); in host_show_resettable()
639 struct ctlr_info *h = to_hba(dev); in host_store_rescan()
653 struct ctlr_info *h = to_hba(dev); in host_show_transport_mode()
666 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_unique_id()
696 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_vendor()
720 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_model()
744 struct ctlr_info *h = to_hba(drv->dev.parent); in dev_show_rev()
[all …]
Dcciss_scsi.c851 sh = scsi_host_alloc(&cciss_driver_template, sizeof(struct ctlr_info *)); in cciss_scsi_detect()