Searched defs:dmDeviceData_s (Results 1 – 1 of 1) sorted by relevance
192 typedef struct dmDeviceData_s { struct194 dmList_t FreeLink; /* free dev list */195 dmList_t MainLink; /* main(in use) dev list */196 dmList_t IncDisLink; /* Used for incremental Discovery only */197 bit32 id; /* for debugging only */198 bit8 DeviceType;200 dmRoot_t *dmRoot;228 struct dmDeviceData_s *ExpDevice; /* Expander device which this device is attached to */ argument230 bit8 phyID; /* PhyID this device is attached to SPC or expander */231 agsaSASIdentify_t sasIdentify; /* used only in TD discovery */[all …]