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