Home
last modified time | relevance | path

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

/drivers/scsi/qla4xxx/
Dql4_def.h558 struct scsi_qla_host { struct
560 unsigned long flags;
588 unsigned long dpc_flags;
606 struct Scsi_Host *host; /* pointer to host data */
607 uint32_t tot_ddbs;
609 uint16_t iocb_cnt;
610 uint16_t iocb_hiwat;
614 mempool_t *srb_mempool;
617 struct pci_dev *pdev;
619 struct isp_reg __iomem *reg; /* Base I/O address */
[all …]
/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 …]
/drivers/scsi/qla2xxx/
Dqla_def.h3478 typedef struct scsi_qla_host { struct
3479 struct list_head list;
3480 struct list_head vp_fcports; /* list of fcports */
3481 struct list_head work_list;
3482 spinlock_t work_lock;
3485 struct Scsi_Host *host;
3486 unsigned long host_no;
3487 uint8_t host_str[16];
3489 volatile struct {
3500 } flags;
[all …]
Dqla_target.c5872 int (*callback)(struct scsi_qla_host *, void *, u64, u64)) in qlt_lport_register()