Searched defs:ctlr_info (Results 1 - 3 of 3) sorted by relevance

/drivers/block/
H A Dcpqarray.h58 struct ctlr_info;
59 typedef struct ctlr_info ctlr_info_t;
75 struct ctlr_info { struct
H A Dcciss.h21 struct ctlr_info;
22 typedef struct ctlr_info ctlr_info_t;
58 struct ctlr_info struct
/drivers/scsi/
H A 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 unsigned long (*fifo_full)(struct ctlr_info *h);
36 bool (*intr_pending)(struct ctlr_info *h);
37 unsigned long (*command_completed)(struct ctlr_info *h);
51 struct ctlr_info { struct
212 static void SA5_submit_command(struct ctlr_info *h,
229 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val)
243 static void SA5_performant_intr_mask(struct ctlr_info *
[all...]

Completed in 173 milliseconds