Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_def.h558 struct scsi_qla_host { struct
560 unsigned long flags;
585 unsigned long dpc_flags;
603 struct Scsi_Host *host; /* pointer to host data */
604 uint32_t tot_ddbs;
606 uint16_t iocb_cnt;
607 uint16_t iocb_hiwat;
611 mempool_t *srb_mempool;
614 struct pci_dev *pdev;
616 struct isp_reg __iomem *reg; /* Base I/O address */
[all …]
/Linux-v6.1/drivers/scsi/
Dqla1280.h1010 struct scsi_qla_host { struct
1013 struct scsi_qla_host *next; argument
1014 struct device_reg __iomem *iobase; /* Base Memory-mapped I/O address */
1016 unsigned char __iomem *mmpbase; /* memory mapped address */
1017 unsigned long host_no;
1018 struct pci_dev *pdev;
1019 uint8_t devnum;
1020 uint8_t revision;
1021 uint8_t ports;
1023 unsigned long actthreads;
[all …]
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_def.h4820 typedef struct scsi_qla_host { struct
4821 struct list_head list;
4822 struct list_head vp_fcports; /* list of fcports */
4823 struct list_head work_list;
4824 spinlock_t work_lock;
4825 struct work_struct iocb_work;
4828 struct Scsi_Host *host;
4829 unsigned long host_no;
4830 uint8_t host_str[16];
4832 volatile struct {
[all …]
Dqla_target.c6526 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()