Searched refs:ctlr_info_t (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsmart1,2.h42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c)
52 static void smart4_intr_mask(ctlr_info_t *h, unsigned long val)
69 static unsigned long smart4_fifo_full(ctlr_info_t *h)
79 static unsigned long smart4_completed(ctlr_info_t *h)
100 static unsigned long smart4_intr_pending(ctlr_info_t *h)
121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c)
126 static void smart2_intr_mask(ctlr_info_t *h, unsigned long val)
131 static unsigned long smart2_fifo_full(ctlr_info_t *h)
136 static unsigned long smart2_completed(ctlr_info_t *h)
141 static unsigned long smart2_intr_pending(ctlr_info_t *
[all...]
H A Dcpqarray.h59 typedef struct ctlr_info ctlr_info_t; typedef in typeref:struct:ctlr_info
62 void (*submit_command)(ctlr_info_t *h, cmdlist_t *c);
63 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val);
64 unsigned long (*fifo_full)(ctlr_info_t *h);
65 unsigned long (*intr_pending)(ctlr_info_t *h);
66 unsigned long (*command_completed)(ctlr_info_t *h);
H A Dcciss.h16 typedef struct ctlr_info ctlr_info_t; typedef in typeref:struct:ctlr_info
19 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c);
20 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val);
21 unsigned long (*fifo_full)(ctlr_info_t *h);
22 unsigned long (*intr_pending)(ctlr_info_t *h);
23 unsigned long (*command_completed)(ctlr_info_t *h);
152 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c)
168 static void SA5_intr_mask(ctlr_info_t *h, unsigned long val)
186 static void SA5B_intr_mask(ctlr_info_t *h, unsigned long val)
203 static unsigned long SA5_fifo_full(ctlr_info_t *
[all...]
H A Dcpqarray.c69 static ctlr_info_t *hba[MAX_CTLR];
136 static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev);
143 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
144 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool);
162 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io);
165 static void start_io(ctlr_info_t *h);
175 static int revalidate_allvol(ctlr_info_t *host);
190 static inline ctlr_info_t *get_host(struct gendisk *disk)
233 ctlr_info_t *h = (ctlr_info_t*)dat
[all...]
H A Dcciss_scsi.c140 scsi_cmd_alloc(ctlr_info_t *h)
183 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *cmd)
472 ctlr_info_t *ctlr;
668 cciss_scsi_do_simple_cmd(ctlr_info_t *c,
796 cciss_scsi_do_inquiry(ctlr_info_t *c, unsigned char *scsi3addr,
839 cciss_scsi_do_report_phys_luns(ctlr_info_t *c,
924 ctlr_info_t *c;
933 c = (ctlr_info_t *) hba[cntl_num];
1061 ctlr_info_t *ci;
1066 ci = (ctlr_info_t *) s
[all...]
H A Dcciss.c138 static ctlr_info_t *hba[MAX_CTLR];
149 static int rebuild_lun_table(ctlr_info_t *h, struct gendisk *del_disk);
162 static void __devinit cciss_interrupt_mode(ctlr_info_t *, struct pci_dev *,
164 static void start_io(ctlr_info_t *h);
253 ctlr_info_t *h = (ctlr_info_t *) data;
332 ctlr_info_t *h = (ctlr_info_t *) data;
385 static CommandList_struct *cmd_alloc(ctlr_info_t *h, int get_from_pool)
449 static void cmd_free(ctlr_info_t *
[all...]

Completed in 67 milliseconds