Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_def.h549 struct scsi_qla_host { struct
551 unsigned long flags;
576 unsigned long dpc_flags;
594 struct Scsi_Host *host; /* pointer to host data */
595 uint32_t tot_ddbs;
597 uint16_t iocb_cnt;
598 uint16_t iocb_hiwat;
602 mempool_t *srb_mempool;
605 struct pci_dev *pdev;
607 struct isp_reg __iomem *reg; /* Base I/O address */
[all …]
/Linux-v4.19/drivers/scsi/
Dqla1280.h1018 struct scsi_qla_host { struct
1021 struct scsi_qla_host *next; argument
1022 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 …]
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_def.h4198 typedef struct scsi_qla_host { struct
4199 struct list_head list;
4200 struct list_head vp_fcports; /* list of fcports */
4201 struct list_head work_list;
4202 spinlock_t work_lock;
4203 struct work_struct iocb_work;
4206 struct Scsi_Host *host;
4207 unsigned long host_no;
4208 uint8_t host_str[16];
4210 volatile struct {
[all …]
Dqla_target.c6394 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()