Lines Matching refs:ctlr_info
29 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()
394 static void SA5_performant_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_performant_intr_mask()
408 static unsigned long SA5_performant_completed(struct ctlr_info *h, u8 q) in SA5_performant_completed()
445 static unsigned long SA5_completed(struct ctlr_info *h, in SA5_completed()
467 static bool SA5_intr_pending(struct ctlr_info *h) in SA5_intr_pending()
474 static bool SA5_performant_intr_pending(struct ctlr_info *h) in SA5_performant_intr_pending()
488 static bool SA5_ioaccel_mode1_intr_pending(struct ctlr_info *h) in SA5_ioaccel_mode1_intr_pending()
501 static unsigned long SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q) in SA5_ioaccel_mode1_completed()