Lines Matching full:identify

166 	BUG_ON(rphy->identify.device_type != SAS_END_DEVICE);  in sas_bitfield_name_search()
332 return rdev->rphy.identify.sas_address; in sas_get_address()
547 if (!phy->identify.device_type) in show_sas_device_type()
549 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
632 sas_phy_protocol_attr(identify.initiator_port_protocols,
634 sas_phy_protocol_attr(identify.target_port_protocols,
636 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
638 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1202 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1205 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
1250 sas_rphy_protocol_attr(identify.initiator_port_protocols,
1252 sas_rphy_protocol_attr(identify.target_port_protocols, target_port_protocols);
1253 sas_rphy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
1255 sas_rphy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1395 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match()
1418 (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE || in sas_expander_match()
1419 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE); in sas_expander_match()
1482 rdev->rphy.identify.device_type = SAS_END_DEVICE; in sas_end_device_alloc()
1523 rdev->rphy.identify.device_type = type; in sas_expander_alloc()
1542 struct sas_identify *identify = &rphy->identify; in sas_rphy_add() local
1560 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1561 (identify->target_port_protocols & in sas_rphy_add()
1564 else if (identify->device_type == SAS_END_DEVICE) in sas_rphy_add()
1568 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1572 if (identify->target_port_protocols & SAS_PROTOCOL_SSP) in sas_rphy_add()
1651 switch (rphy->identify.device_type) { in sas_rphy_remove()
1697 if (rphy->identify.device_type != SAS_END_DEVICE || in sas_user_scan()