Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_request.c405 void *os_handle; in scic_sds_request_build_sgl() local
411 os_handle = scic_sds_request_get_user_request(this_request); in scic_sds_request_build_sgl()
412 scic_cb_io_request_get_next_sge(os_handle, NULL, &os_sge); in scic_sds_request_build_sgl()
419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, os_sge); in scic_sds_request_build_sgl()
421 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge); in scic_sds_request_build_sgl()
425 SCU_SGL_COPY(os_handle, scu_sgl_list->B, os_sge); in scic_sds_request_build_sgl()
427 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge); in scic_sds_request_build_sgl()
571 void *os_handle; in scic_sds_io_request_build_ssp_command_iu() local
578 os_handle = scic_sds_request_get_user_request(this_request); in scic_sds_io_request_build_ssp_command_iu()
582 lun.lun_number = scic_cb_ssp_io_request_get_lun(os_handle) &0xff; in scic_sds_io_request_build_ssp_command_iu()
[all …]
H A Dscic_sds_request.h403 #define SCU_SGL_COPY(os_handle, scu_sge, os_sge) \ argument
406 scic_cb_sge_get_length_field(os_handle, os_sge); \
408 sci_cb_physical_address_upper(scic_cb_sge_get_address_field(os_handle, os_sge)); \
410 sci_cb_physical_address_lower(scic_cb_sge_get_address_field(os_handle, os_sge)); \