• 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

138 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 *h, CommandList_struct *c, int got_from_pool)
469 static inline ctlr_info_t *get_host(struct gendisk *disk)
484 ctlr_info_t *host = get_host(inode->i_bdev->bd_disk);
524 ctlr_info_t *host = get_host(inode->i_bdev->bd_disk);
685 ctlr_info_t *host = get_host(disk);
1195 static void cciss_check_queues(ctlr_info_t *h)
1242 ctlr_info_t *h = hba[cmd->ctlr];
1290 ctlr_info_t *h = hba[ctlr];
1416 static int rebuild_lun_table(ctlr_info_t *h, struct gendisk *del_disk)
1562 ctlr_info_t *h = get_host(disk);
1652 ctlr_info_t *h = hba[ctlr];
1811 ctlr_info_t *h = hba[ctlr];
2039 ctlr_info_t *h = get_host(disk);
2160 ctlr_info_t *info_p = hba[ctlr];
2322 static void start_io(ctlr_info_t *h)
2348 static inline void resend_cciss_cmd(ctlr_info_t *h, CommandList_struct *c)
2404 static inline void complete_command(ctlr_info_t *h, CommandList_struct *cmd,
2509 ctlr_info_t *h = q->queuedata;
2646 static inline unsigned long get_next_completion(ctlr_info_t *h)
2666 static inline int interrupt_pending(ctlr_info_t *h)
2676 static inline long interrupt_not_for_us(ctlr_info_t *h)
2690 ctlr_info_t *h = dev_id;
2833 static void __devinit cciss_interrupt_mode(ctlr_info_t *c,
2882 static int cciss_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
3222 ctlr_info_t *p;
3223 p = kzalloc(sizeof(ctlr_info_t), GFP_KERNEL);
3243 ctlr_info_t *p = hba[i];
3469 ctlr_info_t *tmp_ptr;
3497 ctlr_info_t *tmp_ptr;
3597 ctlr_info_t *h = hba[ctlr];