Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
Dql4_def.h548 struct scsi_qla_host { struct
550 unsigned long flags;
575 unsigned long dpc_flags;
593 struct Scsi_Host *host; /* pointer to host data */
594 uint32_t tot_ddbs;
596 uint16_t iocb_cnt;
597 uint16_t iocb_hiwat;
601 mempool_t *srb_mempool;
604 struct pci_dev *pdev;
606 struct isp_reg __iomem *reg; /* Base I/O address */
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dqla1280.h1011 struct scsi_qla_host { struct
1014 struct scsi_qla_host *next; argument
1015 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */
1017 unsigned char __iomem *mmpbase; /* memory mapped address */
1018 unsigned long host_no;
1019 struct pci_dev *pdev;
1020 uint8_t devnum;
1021 uint8_t revision;
1022 uint8_t ports;
1024 unsigned long actthreads;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_def.h4635 typedef struct scsi_qla_host { struct
4636 struct list_head list;
4637 struct list_head vp_fcports; /* list of fcports */
4638 struct list_head work_list;
4639 spinlock_t work_lock;
4640 struct work_struct iocb_work;
4643 struct Scsi_Host *host;
4644 unsigned long host_no;
4645 uint8_t host_str[16];
4647 volatile struct {
[all …]
Dqla_target.c6469 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()