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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_activity_clear_affiliation.c106 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
108 curr_smp_phy->u.end_device->core_object, &dev_protocols);
110 if (dev_protocols.u.bits.attached_stp_target)
H A Dscif_sas_remote_device_ready_substate_handlers.c407 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
409 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
410 if ( dev_protocols.u.bits.attached_ssp_target
411 || dev_protocols.u.bits.attached_stp_target)
433 ASSERT(!dev_protocols.u.bits.attached_stp_target);
525 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
527 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
529 if (dev_protocols.u.bits.attached_smp_target)
H A Dscif_sas_domain.c770 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
784 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
790 if ( dev_protocols.u.bits.attached_smp_target )
831 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
837 &dev_protocols
840 if (dev_protocols.u.bits.attached_smp_target &&
963 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
972 &dev_protocols);
977 if ( dev_protocols.u.bits.attached_smp_target
1242 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
1334 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
1487 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
[all...]
H A Dscif_sas_io_request.c104 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
106 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
111 if (dev_protocols.u.bits.attached_smp_target)
152 if (dev_protocols.u.bits.attached_ssp_target)
154 else if (dev_protocols.u.bits.attached_stp_target)
669 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
670 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
672 if (dev_protocols.u.bits.attached_stp_target
H A Dscif_sas_task_request.c194 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
203 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
204 if (dev_protocols.u.bits.attached_ssp_target)
206 else if (dev_protocols.u.bits.attached_stp_target)
H A Dscif_sas_remote_device_state_handlers.c136 SMP_DISCOVER_RESPONSE_PROTOCOLS_T dev_protocols; local
137 scic_remote_device_get_protocols(fw_device->core_object, &dev_protocols);
140 if(dev_protocols.u.bits.attached_smp_target)

Completed in 145 milliseconds