Searched defs:scsi_qla_host (Results 1 – 3 of 3) sorted by relevance
363 struct scsi_qla_host { struct365 unsigned long flags;386 unsigned long dpc_flags;402 struct Scsi_Host *host; /* pointer to host data */403 uint32_t tot_ddbs;405 uint16_t iocb_cnt;409 mempool_t *srb_mempool;412 struct pci_dev *pdev;414 struct isp_reg __iomem *reg; /* Base I/O address */415 unsigned long pio_address;[all …]
1018 struct scsi_qla_host { struct1021 struct scsi_qla_host *next; argument1022 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */1024 unsigned char __iomem *mmpbase; /* memory mapped address */1025 unsigned long host_no;1026 struct pci_dev *pdev;1027 uint8_t devnum;1028 uint8_t revision;1029 uint8_t ports;1031 unsigned long actthreads;[all …]
2820 typedef struct scsi_qla_host { struct2821 struct list_head list;2822 struct list_head vp_fcports; /* list of fcports */2823 struct list_head work_list;2824 spinlock_t work_lock;2827 struct Scsi_Host *host;2828 unsigned long host_no;2829 uint8_t host_str[16];2831 volatile struct {2841 } flags;[all …]