• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/

Lines Matching refs:ctlr_info_t

69 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*)data;
314 static void release_io_mem(ctlr_info_t *c)
359 ctlr_info_t *tmp_ptr;
525 memset(hba[i], 0, sizeof(ctlr_info_t));
582 hba[i] = kmalloc(sizeof(ctlr_info_t), GFP_KERNEL);
603 * in some basic stuff into the ctlr_info_t structure.
605 static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
767 memset(hba[ctlr], 0, sizeof(ctlr_info_t));
825 ctlr_info_t *host = get_host(inode->i_bdev->bd_disk);
849 ctlr_info_t *host = get_host(inode->i_bdev->bd_disk);
891 ctlr_info_t *h = q->queuedata;
961 static void start_io(ctlr_info_t *h)
1054 ctlr_info_t *h = dev_id;
1125 ctlr_info_t *h = (ctlr_info_t*)tdata;
1156 ctlr_info_t *host = get_host(inode->i_bdev->bd_disk);
1227 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io)
1365 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool)
1392 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool)
1425 ctlr_info_t *info_p = hba[ctlr];
1523 static int revalidate_allvol(ctlr_info_t *host)
1658 ctlr_info_t *info_p = hba[ctlr];