Searched defs:_sas_device (Results 1 – 1 of 1) sorted by relevance
554 struct _sas_device { struct555 struct list_head list;556 struct scsi_target *starget;557 u64 sas_address;558 u64 device_name;559 u16 handle;560 u64 sas_address_parent;584 static inline void sas_device_get(struct _sas_device *s) in sas_device_get() argument