• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/isci/scil/

Lines Matching defs:discover_response

417  * @param[in] discover_response The pointer to a DISCOVER response
429 SMP_RESPONSE_DISCOVER_T * discover_response =
461 if ( ( discover_response->u2.sas1_1.attached_device_type
463 && ( discover_response->protocols.u.bits.attached_ssp_target
464 || discover_response->protocols.u.bits.attached_stp_target
465 || discover_response->protocols.u.bits.attached_smp_target
466 || discover_response->protocols.u.bits.attached_sata_device ) )
468 attached_device_address = discover_response->attached_sas_address;
495 && discover_response->protocols.u.bits.attached_ssp_target
503 if ( discover_response->protocols.u.bits.attached_smp_target
516 fw_domain->controller, fw_domain, fw_device, discover_response
521 if ( discover_response->protocols.u.bits.attached_ssp_target
522 || discover_response->protocols.u.bits.attached_smp_target)
527 else if ( (discover_response->protocols.u.bits.attached_stp_target)
528 || (discover_response->protocols.u.bits.attached_sata_device) )
532 discover_response->protocols.u.bits.attached_stp_target = 1;
540 else if( (discover_response->u2.sas1_1.negotiated_physical_link_rate == SCI_SATA_SPINUP_HOLD
541 || discover_response->u4.sas2.negotiated_physical_link_rate == SCI_SATA_SPINUP_HOLD)
542 &&(discover_response->protocols.u.bits.attached_stp_target
543 || discover_response->protocols.u.bits.attached_sata_device)
549 discover_response->phy_identifier
565 discover_response->protocols.u.bits.attached_stp_target = 1;
570 fw_domain->controller, fw_domain, fw_device, discover_response
581 fw_device, discover_response);
742 * @param[in] discover_response The pointer to a DISCOVER response
753 SMP_RESPONSE_DISCOVER_T * discover_response =
781 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
784 attached_device_address = discover_response->attached_sas_address;
806 * @param[in] discover_response The pointer to a DISCOVER response
816 SMP_RESPONSE_DISCOVER_T * discover_response = &smp_response->response.discover;
842 if ( discover_response->u2.sas1_1.attached_device_type != SMP_NO_DEVICE_ATTACHED )
844 if (discover_response->u2.sas1_1.negotiated_physical_link_rate != SCI_SATA_SPINUP_HOLD
845 && discover_response->u4.sas2.negotiated_physical_link_rate != SCI_SATA_SPINUP_HOLD
846 && ( discover_response->protocols.u.bits.attached_stp_target
847 ||discover_response->protocols.u.bits.attached_sata_device )
860 discover_response->u2.sas1_1.negotiated_physical_link_rate
865 fw_device, discover_response);
1904 * @param[in] discover_response The smp DISCOVER response.
1912 SMP_RESPONSE_DISCOVER_T * discover_response
1923 fw_device, discover_response
1927 discover_response->phy_identifier,
1936 fw_device->domain, &discover_response->attached_sas_address);
1939 smp_phy, attached_device, discover_response);
1942 if ( discover_response->protocols.u.bits.attached_smp_target )
1953 discover_response->attached_phy_identifier,