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