Searched defs:domain_device (Results 1 – 1 of 1) sorted by relevance
190 struct domain_device { struct200 struct domain_device *parent; argument201 struct list_head siblings; /* devices on the same level */202 struct asd_sas_port *port; /* shortcut to root of the tree */203 struct sas_phy *phy;205 struct list_head dev_list_node;206 struct list_head disco_list_node; /* awaiting probe or destruct */208 enum sas_protocol iproto;209 enum sas_protocol tproto;211 struct sas_rphy *rphy;[all …]