Lines Matching defs:domain_device
156 struct domain_device { struct
166 struct domain_device *parent; argument
167 struct list_head siblings; /* devices on the same level */
168 struct asd_sas_port *port; /* shortcut to root of the tree */
169 struct sas_phy *phy;
171 struct list_head dev_list_node;
172 struct list_head disco_list_node; /* awaiting probe or destruct */
174 enum sas_protocol iproto;
175 enum sas_protocol tproto;
177 struct sas_rphy *rphy;
179 u8 sas_addr[SAS_ADDR_SIZE];
180 u8 hashed_sas_addr[HASHED_SAS_ADDR_SIZE];
182 u8 frame_rcvd[32];
184 union {
190 void *lldd_dev;
191 unsigned long state;
192 struct kref kref;