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