Searched defs:domain_device (Results 1 – 1 of 1) sorted by relevance
156 struct domain_device { struct166 struct domain_device *parent; argument167 struct list_head siblings; /* devices on the same level */168 struct asd_sas_port *port; /* shortcut to root of the tree */169 struct sas_phy *phy;171 struct list_head dev_list_node;172 struct list_head disco_list_node; /* awaiting probe or destruct */174 enum sas_protocol iproto;175 enum sas_protocol tproto;177 struct sas_rphy *rphy;[all …]