Lines Matching defs:domain_device
183 struct domain_device { struct
193 struct domain_device *parent; argument
194 struct list_head siblings; /* devices on the same level */
195 struct asd_sas_port *port; /* shortcut to root of the tree */
196 struct sas_phy *phy;
198 struct list_head dev_list_node;
199 struct list_head disco_list_node; /* awaiting probe or destruct */
201 enum sas_protocol iproto;
202 enum sas_protocol tproto;
204 struct sas_rphy *rphy;
206 u8 sas_addr[SAS_ADDR_SIZE];
207 u8 hashed_sas_addr[HASHED_SAS_ADDR_SIZE];
209 u8 frame_rcvd[32];
211 union {
217 void *lldd_dev;
218 unsigned long state;
219 struct kref kref;