Lines Matching defs:domain_device
180 struct domain_device { struct
189 struct domain_device *parent; argument
190 struct list_head siblings; /* devices on the same level */
191 struct asd_sas_port *port; /* shortcut to root of the tree */
193 struct list_head dev_list_node;
195 enum sas_protocol iproto;
196 enum sas_protocol tproto;
198 struct sas_rphy *rphy;
200 u8 sas_addr[SAS_ADDR_SIZE];
201 u8 hashed_sas_addr[HASHED_SAS_ADDR_SIZE];
203 u8 frame_rcvd[32];
205 union {
210 void *lldd_dev;
211 int gone;