Lines Matching refs:identify
166 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);
326 return rdev->rphy.identify.sas_address;
518 if (!phy->identify.device_type)
520 return get_sas_device_type_names(phy->identify.device_type, buf);
603 sas_phy_protocol_attr(identify.initiator_port_protocols,
605 sas_phy_protocol_attr(identify.target_port_protocols,
607 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
609 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1173 if (!rphy->identify.device_type)
1176 rphy->identify.device_type, buf);
1221 sas_rphy_protocol_attr(identify.initiator_port_protocols,
1223 sas_rphy_protocol_attr(identify.target_port_protocols, target_port_protocols);
1224 sas_rphy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
1226 sas_rphy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1366 rphy->identify.device_type == SAS_END_DEVICE;
1389 (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE ||
1390 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE);
1453 rdev->rphy.identify.device_type = SAS_END_DEVICE;
1494 rdev->rphy.identify.device_type = type;
1513 struct sas_identify *identify = &rphy->identify;
1531 if (identify->device_type == SAS_END_DEVICE &&
1532 (identify->target_port_protocols &
1535 else if (identify->device_type == SAS_END_DEVICE)
1539 if (identify->device_type == SAS_END_DEVICE &&
1543 if (identify->target_port_protocols & SAS_PROTOCOL_SSP)
1622 switch (rphy->identify.device_type) {
1668 if (rphy->identify.device_type != SAS_END_DEVICE ||