Home
last modified time | relevance | path

Searched defs:domain_device (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/scsi/
Dlibsas.h180 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];
[all …]
/linux-3.3/drivers/scsi/isci/
Dtask.c909 int isci_task_lu_reset(struct domain_device *domain_device, u8 *lun) in isci_task_lu_reset()