Lines Matching refs:identify
164 BUG_ON(rphy->identify.device_type != SAS_END_DEVICE); in sas_bitfield_name_search()
554 if (!phy->identify.device_type) in show_sas_device_type()
556 return get_sas_device_type_names(phy->identify.device_type, buf); in show_sas_device_type()
639 sas_phy_protocol_attr(identify.initiator_port_protocols,
641 sas_phy_protocol_attr(identify.target_port_protocols,
643 sas_phy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
645 sas_phy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1205 if (!rphy->identify.device_type) in show_sas_rphy_device_type()
1208 rphy->identify.device_type, buf); in show_sas_rphy_device_type()
1253 sas_rphy_protocol_attr(identify.initiator_port_protocols,
1255 sas_rphy_protocol_attr(identify.target_port_protocols, target_port_protocols);
1256 sas_rphy_simple_attr(identify.sas_address, sas_address, "0x%016llx\n",
1258 sas_rphy_simple_attr(identify.phy_identifier, phy_identifier, "%d\n", u8);
1398 rphy->identify.device_type == SAS_END_DEVICE; in sas_end_dev_match()
1421 (rphy->identify.device_type == SAS_EDGE_EXPANDER_DEVICE || in sas_expander_match()
1422 rphy->identify.device_type == SAS_FANOUT_EXPANDER_DEVICE); in sas_expander_match()
1491 rdev->rphy.identify.device_type = SAS_END_DEVICE; in sas_end_device_alloc()
1532 rdev->rphy.identify.device_type = type; in sas_expander_alloc()
1551 struct sas_identify *identify = &rphy->identify; in sas_rphy_add() local
1569 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1570 (identify->target_port_protocols & in sas_rphy_add()
1573 else if (identify->device_type == SAS_END_DEVICE) in sas_rphy_add()
1577 if (identify->device_type == SAS_END_DEVICE && in sas_rphy_add()
1581 if (identify->target_port_protocols & SAS_PROTOCOL_SSP) in sas_rphy_add()
1659 switch (rphy->identify.device_type) { in sas_rphy_remove()
1705 if (rphy->identify.device_type != SAS_END_DEVICE || in sas_user_scan()