• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/

Lines Matching refs:attached

180 	struct mptsas_devinfo attached;	/* point to attached device info */
339 mptsas_is_end_device(struct mptsas_devinfo * attached)
341 if ((attached->sas_address) &&
342 (attached->device_info &
344 ((attached->device_info &
346 (attached->device_info &
348 (attached->device_info &
377 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo));
469 if (phy_info->attached.handle)
485 memset(&phy_info->attached, 0, sizeof(struct mptsas_devinfo));
495 sas_address = phy_info->attached.sas_address;
526 if (!phy_info_cmp->attached.sas_address)
528 if (sas_address != phy_info_cmp->attached.sas_address)
535 phy_info_cmp->attached.sas_address));
963 if (p->phy_info[i].attached.sas_address !=
966 id = p->phy_info[i].attached.id;
967 channel = p->phy_info[i].attached.channel;
978 p->phy_info[i].attached.phys_disk_num = id;
1014 if (p->phy_info[i].attached.sas_address !=
1055 if (p->phy_info[i].attached.sas_address !=
1063 p->phy_info[i].attached.channel,
1064 p->phy_info[i].attached.id))
1283 if (p->phy_info[i].attached.sas_address ==
1286 attached.handle_enclosure;
1315 if (p->phy_info[i].attached.sas_address ==
1317 rc = p->phy_info[i].attached.slot;
1465 phy_info->attached.handle = le16_to_cpu(buffer->AttachedDevHandle);
1633 mptsas_is_end_device(&phy_info->attached))
1684 phy_info->attached.handle = le16_to_cpu(buffer->AttachedDevHandle);
1867 if (!phy_info->attached.handle ||
1913 mptsas_is_end_device(&phy_info->attached))
1916 mptsas_parse_device_info(&identify, &phy_info->attached);
2022 if (port_info->phy_info[i].attached.handle)
2024 &port_info->phy_info[i].attached,
2027 port_info->phy_info[i].attached.handle);
2097 if (port_info->phy_info[i].attached.handle) {
2099 &port_info->phy_info[i].attached,
2102 port_info->phy_info[i].attached.handle);
2103 port_info->phy_info[i].attached.phy_id =
2114 p->phy_info[j].attached.handle)
2192 if (phy_info->attached.sas_address !=
2298 &port_info->phy_info[i].attached))
2300 if (port_info->phy_info[i].attached.sas_address
2322 &port_info->phy_info[i].attached))
2324 if (port_info->phy_info[i].attached.id != id)
2326 if (port_info->phy_info[i].attached.channel != channel)
2347 &port_info->phy_info[i].attached))
2349 if (port_info->phy_info[i].attached.phys_disk_num == ~0)
2351 if (port_info->phy_info[i].attached.phys_disk_num != id)
2353 if (port_info->phy_info[i].attached.channel != channel)
2563 phy_info->attached.phys_disk_num =
2569 if (phy_info->attached.device_info &
2572 if (phy_info->attached.device_info &
2575 if (phy_info->attached.device_info &
2642 phy_info->attached.phys_disk_num = ~0;
2662 memcpy(&phy_info->attached, &sas_device,
2665 if (phy_info->attached.device_info &
2668 if (phy_info->attached.device_info &
2671 if (phy_info->attached.device_info &
2679 mptsas_parse_device_info(&identify, &phy_info->attached);