Searched refs:device_protocol (Results 1 – 1 of 1) sorted by relevance
1042 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_io_request_construct() local1074 scic_remote_device_get_protocols(scic_remote_device, &device_protocol); in scic_io_request_construct()1076 if (device_protocol.u.bits.attached_ssp_target) in scic_io_request_construct()1080 else if (device_protocol.u.bits.attached_stp_target) in scic_io_request_construct()1085 else if (device_protocol.u.bits.attached_smp_target) in scic_io_request_construct()1124 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_task_request_construct() local1146 scic_remote_device_get_protocols(remote_device, &device_protocol); in scic_task_request_construct()1148 if (device_protocol.u.bits.attached_ssp_target) in scic_task_request_construct()1162 else if (device_protocol.u.bits.attached_stp_target) in scic_task_request_construct()