Lines Matching defs:domain_device
190 struct domain_device { struct
200 struct domain_device *parent; argument
201 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;
213 u8 sas_addr[SAS_ADDR_SIZE];
214 u8 hashed_sas_addr[HASHED_SAS_ADDR_SIZE];
216 u8 frame_rcvd[32];
218 union {
224 void *lldd_dev;
225 unsigned long state;
226 struct kref kref;