Searched refs:device_protocol (Results 1 – 1 of 1) sorted by relevance
1040 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_io_request_construct() local1072 scic_remote_device_get_protocols(scic_remote_device, &device_protocol); in scic_io_request_construct()1074 if (device_protocol.u.bits.attached_ssp_target) in scic_io_request_construct()1078 else if (device_protocol.u.bits.attached_stp_target) in scic_io_request_construct()1083 else if (device_protocol.u.bits.attached_smp_target) in scic_io_request_construct()1122 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_task_request_construct() local1144 scic_remote_device_get_protocols(remote_device, &device_protocol); in scic_task_request_construct()1146 if (device_protocol.u.bits.attached_ssp_target) in scic_task_request_construct()1160 else if (device_protocol.u.bits.attached_stp_target) in scic_task_request_construct()