Home
last modified time | relevance | path

Searched defs:dmDeviceData_s (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h191 typedef struct dmDeviceData_s { struct
193 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 */ argument
229 bit8 phyID; /* PhyID this device is attached to SPC or expander */
230 agsaSASIdentify_t sasIdentify; /* used only in TD discovery */
[all …]