Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/scsi/
Dqla1280.h1009 struct scsi_qla_host { struct
1012 struct scsi_qla_host *next; argument
1013 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */
1015 unsigned char __iomem *mmpbase; /* memory mapped address */
1016 unsigned long host_no;
1017 struct pci_dev *pdev;
1018 uint8_t devnum;
1019 uint8_t revision;
1020 uint8_t ports;
1022 unsigned long actthreads;
[all …]
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_def.h4323 typedef struct scsi_qla_host { struct
4324 struct list_head list;
4325 struct list_head vp_fcports; /* list of fcports */
4326 struct list_head work_list;
4327 spinlock_t work_lock;
4328 struct work_struct iocb_work;
4331 struct Scsi_Host *host;
4332 unsigned long host_no;
4333 uint8_t host_str[16];
4335 volatile struct {
[all …]
Dqla_target.c6474 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()