• Home
  • Raw
  • Download

Lines Matching defs:h

42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c)  in smart4_submit_command()
52 static void smart4_intr_mask(ctlr_info_t *h, unsigned long val) in smart4_intr_mask()
69 static unsigned long smart4_fifo_full(ctlr_info_t *h) in smart4_fifo_full()
79 static unsigned long smart4_completed(ctlr_info_t *h) in smart4_completed()
100 static unsigned long smart4_intr_pending(ctlr_info_t *h) in smart4_intr_pending()
121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2_submit_command()
126 static void smart2_intr_mask(ctlr_info_t *h, unsigned long val) in smart2_intr_mask()
131 static unsigned long smart2_fifo_full(ctlr_info_t *h) in smart2_fifo_full()
136 static unsigned long smart2_completed(ctlr_info_t *h) in smart2_completed()
141 static unsigned long smart2_intr_pending(ctlr_info_t *h) in smart2_intr_pending()
157 static void smart2e_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2e_submit_command()
162 static void smart2e_intr_mask(ctlr_info_t *h, unsigned long val) in smart2e_intr_mask()
167 static unsigned long smart2e_fifo_full(ctlr_info_t *h) in smart2e_fifo_full()
172 static unsigned long smart2e_completed(ctlr_info_t *h) in smart2e_completed()
177 static unsigned long smart2e_intr_pending(ctlr_info_t *h) in smart2e_intr_pending()
207 static void smart1_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart1_submit_command()
223 static void smart1_intr_mask(ctlr_info_t *h, unsigned long val) in smart1_intr_mask()
235 static unsigned long smart1_fifo_full(ctlr_info_t *h) in smart1_fifo_full()
242 static unsigned long smart1_completed(ctlr_info_t *h) in smart1_completed()
265 static unsigned long smart1_intr_pending(ctlr_info_t *h) in smart1_intr_pending()