Searched defs:_adpt_hba (Results 1 – 1 of 1) sorted by relevance
206 typedef struct _adpt_hba { struct207 struct _adpt_hba *next; argument208 struct pci_dev *pDev;209 struct Scsi_Host *host;210 u32 state;211 spinlock_t state_lock;212 int unit;213 int host_no; /* SCSI host number */214 u8 initialized;215 u8 in_use; /* is the management node open*/[all …]