Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dsmart1,2.h42 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()
[all …]
Dcciss.h19 typedef struct ctlr_info ctlr_info_t; typedef
22 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c);
23 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val);
24 unsigned long (*fifo_full)(ctlr_info_t *h);
25 unsigned long (*intr_pending)(ctlr_info_t *h);
26 unsigned long (*command_completed)(ctlr_info_t *h);
158 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
174 static void SA5_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_intr_mask()
192 static void SA5B_intr_mask(ctlr_info_t *h, unsigned long val) in SA5B_intr_mask()
209 static unsigned long SA5_fifo_full(ctlr_info_t *h) in SA5_fifo_full()
[all …]
Dcpqarray.h61 typedef struct ctlr_info ctlr_info_t; typedef
64 void (*submit_command)(ctlr_info_t *h, cmdlist_t *c);
65 void (*set_intr_mask)(ctlr_info_t *h, unsigned long val);
66 unsigned long (*fifo_full)(ctlr_info_t *h);
67 unsigned long (*intr_pending)(ctlr_info_t *h);
68 unsigned long (*command_completed)(ctlr_info_t *h);
Dcpqarray.c70 static ctlr_info_t *hba[MAX_CTLR] =
139 static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev);
146 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool);
147 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool);
168 static void start_io(ctlr_info_t *h);
249 ctlr_info_t *h = (ctlr_info_t*)data; in ida_proc_get_info()
342 static void release_io_mem(ctlr_info_t *c) in release_io_mem()
355 ctlr_info_t *tmp_ptr; in cpqarray_remove_one()
589 memset(hba[i], 0, sizeof(ctlr_info_t)); in cpqarray_init_one()
642 hba[i] = kmalloc(sizeof(ctlr_info_t), GFP_KERNEL); in alloc_cpqarray_hba()
[all …]
Dcciss.c155 static int start_monitor_thread(ctlr_info_t *h, unsigned char *cmd,
163 static ctlr_info_t *hba[MAX_CTLR];
182 static void start_io( ctlr_info_t *h);
248 ctlr_info_t *h = (ctlr_info_t*)data; in cciss_proc_get_info()
321 ctlr_info_t *h = (ctlr_info_t *) data; in cciss_proc_write()
380 static CommandList_struct * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc()
441 static void cmd_free(ctlr_info_t *h, CommandList_struct *c, int got_from_pool) in cmd_free()
767 ctlr_info_t *c = hba[ctlr]; in cciss_ioctl()
780 ctlr_info_t *c = hba[ctlr]; in cciss_ioctl()
825 ctlr_info_t *c = hba[ctlr]; in cciss_ioctl()
[all …]
Dcciss_scsi.c129 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
163 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *cmd) in scsi_cmd_free()
646 ctlr_info_t *ctlr; in complete_scsi_command()
858 cciss_scsi_do_simple_cmd(ctlr_info_t *c, in cciss_scsi_do_simple_cmd()
988 cciss_scsi_do_inquiry(ctlr_info_t *c, unsigned char *scsi3addr, in cciss_scsi_do_inquiry()
1027 cciss_scsi_do_report_phys_luns(ctlr_info_t *c, in cciss_scsi_do_report_phys_luns()
1107 ctlr_info_t *c; in cciss_update_non_disk_devices()
1116 c = (ctlr_info_t *) hba[cntl_num]; in cciss_update_non_disk_devices()
1232 ctlr_info_t *ci; in cciss_scsi_proc_info()
1255 ci = (ctlr_info_t *) sh->hostdata[0]; in cciss_scsi_proc_info()
[all …]