Home
last modified time | relevance | path

Searched defs:scsi_qla_host (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_def.h276 struct scsi_qla_host { struct
278 unsigned long flags;
290 unsigned long dpc_flags;
301 struct Scsi_Host *host; /* pointer to host data */
302 uint32_t tot_ddbs;
304 uint16_t iocb_cnt;
305 uint16_t iocb_hiwat;
309 mempool_t *srb_mempool;
312 struct pci_dev *pdev;
314 struct isp_reg __iomem *reg; /* Base I/O address */
[all …]
/drivers/scsi/
Dqla1280.h1017 struct scsi_qla_host { struct
1020 struct scsi_qla_host *next; argument
1021 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */
1023 unsigned char __iomem *mmpbase; /* memory mapped address */
1024 unsigned long host_no;
1025 struct pci_dev *pdev;
1026 uint8_t devnum;
1027 uint8_t revision;
1028 uint8_t ports;
1030 unsigned long actthreads;
[all …]
/drivers/scsi/qla2xxx/
Dqla_def.h2580 typedef struct scsi_qla_host { struct
2581 struct list_head list;
2582 struct list_head vp_fcports; /* list of fcports */
2583 struct list_head work_list;
2585 struct Scsi_Host *host;
2586 unsigned long host_no;
2587 uint8_t host_str[16];
2589 volatile struct {
2597 } flags;
2599 atomic_t loop_state;
[all …]