Searched defs:scsi_qla_host (Results 1 – 4 of 4) sorted by relevance
557 struct scsi_qla_host { struct559 unsigned long flags;584 unsigned long dpc_flags;602 struct Scsi_Host *host; /* pointer to host data */603 uint32_t tot_ddbs;605 uint16_t iocb_cnt;606 uint16_t iocb_hiwat;610 mempool_t *srb_mempool;613 struct pci_dev *pdev;615 struct isp_reg __iomem *reg; /* Base I/O address */[all …]
1010 struct scsi_qla_host { struct1013 struct scsi_qla_host *next; argument1014 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */1016 unsigned char __iomem *mmpbase; /* memory mapped address */1017 unsigned long host_no;1018 struct pci_dev *pdev;1019 uint8_t devnum;1020 uint8_t revision;1021 uint8_t ports;1023 unsigned long actthreads;[all …]
4899 typedef struct scsi_qla_host { struct4900 struct list_head list;4901 struct list_head vp_fcports; /* list of fcports */4902 struct list_head work_list;4903 spinlock_t work_lock;4904 struct work_struct iocb_work;4907 struct Scsi_Host *host;4908 unsigned long host_no;4909 uint8_t host_str[16];4911 volatile struct {[all …]
6507 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()