Lines Matching defs:domain_device
166 struct domain_device { struct
176 struct domain_device *parent; argument
177 struct list_head siblings; /* devices on the same level */
178 struct asd_sas_port *port; /* shortcut to root of the tree */
179 struct sas_phy *phy;
181 struct list_head dev_list_node;
182 struct list_head disco_list_node; /* awaiting probe or destruct */
184 enum sas_protocol iproto;
185 enum sas_protocol tproto;
187 struct sas_rphy *rphy;
189 u8 sas_addr[SAS_ADDR_SIZE];
190 u8 hashed_sas_addr[HASHED_SAS_ADDR_SIZE];
192 u8 frame_rcvd[32];
194 union {
200 void *lldd_dev;
201 unsigned long state;
202 struct kref kref;