Searched refs:dev_protocols (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_activity_clear_affiliation.c104 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
106 curr_smp_phy->u.end_device->core_object, &dev_protocols);
108 if (dev_protocols.u.bits.attached_stp_target)
H A Dscif_sas_remote_device_ready_substate_handlers.c405 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
407 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
408 if ( dev_protocols.u.bits.attached_ssp_target
409 || dev_protocols.u.bits.attached_stp_target)
431 ASSERT(!dev_protocols.u.bits.attached_stp_target);
523 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
525 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
527 if (dev_protocols.u.bits.attached_smp_target)
H A Dscif_sas_domain.c768 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
782 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
788 if ( dev_protocols.u.bits.attached_smp_target )
829 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
835 &dev_protocols
838 if (dev_protocols.u.bits.attached_smp_target &&
961 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
970 &dev_protocols);
975 if ( dev_protocols.u.bits.attached_smp_target
1240 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
1332 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
1485 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
[all...]
H A Dscif_sas_io_request.c102 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
104 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
109 if (dev_protocols.u.bits.attached_smp_target)
150 if (dev_protocols.u.bits.attached_ssp_target)
152 else if (dev_protocols.u.bits.attached_stp_target)
667 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
668 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
670 if (dev_protocols.u.bits.attached_stp_target
H A Dscif_sas_task_request.c192 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
201 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
202 if (dev_protocols.u.bits.attached_ssp_target)
204 else if (dev_protocols.u.bits.attached_stp_target)
H A Dscif_sas_remote_device_state_handlers.c134 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
135 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
138 if(dev_protocols.u.bits.attached_smp_target)

Completed in 120 milliseconds