Searched defs:domain_device (Results 1 – 1 of 1) sorted by relevance
152 struct domain_device { struct162 struct domain_device *parent; argument163 struct list_head siblings; /* devices on the same level */164 struct asd_sas_port *port; /* shortcut to root of the tree */165 struct sas_phy *phy;167 struct list_head dev_list_node;168 struct list_head disco_list_node; /* awaiting probe or destruct */170 enum sas_protocol iproto;171 enum sas_protocol tproto;173 struct sas_rphy *rphy;[all …]