Home
last modified time | relevance | path

Searched refs:device_protocol (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_request.c1040 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_io_request_construct() local
1072 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() local
1144 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()