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