• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/

Lines Matching defs:identify

179 	struct mptsas_devinfo identify;	/* point to phy device info */
327 if (port_info->phy_info[i].identify.handle == handle) {
964 rphy->identify.sas_address)
1015 rphy->identify.sas_address)
1056 rphy->identify.sas_address)
1146 cfg.pageAddr = phy->identify.phy_identifier;
1212 if (phy->identify.target_port_protocols & SAS_PROTOCOL_SMP)
1231 req->PhyNum = phy->identify.phy_identifier;
1284 rphy->identify.sas_address) {
1316 rphy->identify.sas_address) {
1464 phy_info->identify.handle = le16_to_cpu(buffer->OwnerDevHandle);
1683 phy_info->identify.handle = le16_to_cpu(buffer->OwnerDevHandle);
1694 mptsas_parse_device_info(struct sas_identify *identify,
1699 identify->sas_address = device_info->sas_address;
1700 identify->phy_identifier = device_info->phy_id;
1707 identify->initiator_port_protocols = 0;
1709 identify->initiator_port_protocols |= SAS_PROTOCOL_SSP;
1711 identify->initiator_port_protocols |= SAS_PROTOCOL_STP;
1713 identify->initiator_port_protocols |= SAS_PROTOCOL_SMP;
1715 identify->initiator_port_protocols |= SAS_PROTOCOL_SATA;
1722 identify->target_port_protocols = 0;
1724 identify->target_port_protocols |= SAS_PROTOCOL_SSP;
1726 identify->target_port_protocols |= SAS_PROTOCOL_STP;
1728 identify->target_port_protocols |= SAS_PROTOCOL_SMP;
1730 identify->target_port_protocols |= SAS_PROTOCOL_SATA;
1738 identify->device_type = SAS_PHY_UNUSED;
1741 identify->device_type = SAS_END_DEVICE;
1744 identify->device_type = SAS_EDGE_EXPANDER_DEVICE;
1747 identify->device_type = SAS_FANOUT_EXPANDER_DEVICE;
1774 mptsas_parse_device_info(&phy->identify, &phy_info->identify);
1904 struct sas_identify identify;
1916 mptsas_parse_device_info(&identify, &phy_info->attached);
1927 if (port_info->phy_info[i].identify.sas_address ==
1928 identify.sas_address) {
1935 if (identify.sas_address ==
1936 parent_rphy->identify.sas_address) {
1942 switch (identify.device_type) {
1948 rphy = sas_expander_alloc(port, identify.device_type);
1961 rphy->identify = identify;
2016 mptsas_sas_device_pg0(ioc, &port_info->phy_info[i].identify,
2020 port_info->phy_info[i].identify.phy_id =
2087 if (port_info->phy_info[i].identify.handle) {
2089 &port_info->phy_info[i].identify,
2092 port_info->phy_info[i].identify.handle);
2093 port_info->phy_info[i].identify.phy_id =
2113 if (port_info->phy_info[i].identify.handle !=
2161 (!(port_info->phy_info[0].identify.device_info &
2174 port_info->phy_info[0].identify.handle_parent);
2180 port_info->phy_info[0].identify.sas_address;
2475 struct sas_identify identify;
2679 mptsas_parse_device_info(&identify, &phy_info->attached);
2688 rphy->identify = identify;