Lines Matching refs:identify

166 	BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);
332 return rdev->rphy.identify.sas_address;
524 if (!phy->identify.device_type)
526 return get_sas_device_type_names(phy->identify.device_type, buf);
609 sas_phy_protocol_attr(identify.initiator_port_protocols,
611 sas_phy_protocol_attr(identify.target_port_protocols,
613 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
615 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1179 if (!rphy->identify.device_type)
1182 rphy->identify.device_type, buf);
1227 sas_rphy_protocol_attr(identify.initiator_port_protocols,
1229 sas_rphy_protocol_attr(identify.target_port_protocols, target_port_protocols);
1230 sas_rphy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
1232 sas_rphy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1372 rphy->identify.device_type == SAS_END_DEVICE;
1395 (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
1396 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE);
1459 rdev->rphy.identify.device_type = SAS_END_DEVICE;
1500 rdev->rphy.identify.device_type = type;
1519 struct sas_identify *identify = &rphy->identify;
1537 if (identify->device_type == SAS_END_DEVICE &&
1538 (identify->target_port_protocols &
1541 else if (identify->device_type == SAS_END_DEVICE)
1545 if (identify->device_type == SAS_END_DEVICE &&
1549 if (identify->target_port_protocols & SAS_PROTOCOL_SSP)
1628 switch (rphy->identify.device_type) {
1674 if (rphy->identify.device_type != SAS_END_DEVICE ||