Searched defs:domain_device (Results 1 – 2 of 2) sorted by relevance
180 struct domain_device { struct189 struct domain_device *parent; argument190 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];[all …]
909 int isci_task_lu_reset(struct domain_device *domain_device, u8 *lun) in isci_task_lu_reset()