Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_sds_request.c1042 SMP_DISCOVER_RESPONSE_PROTOCOLS_T device_protocol; in scic_io_request_construct() local
1074 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() local
1146 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()