Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/isci/scil/
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)); \
Dscic_sds_request.c404 void *os_sge; in scic_sds_request_build_sgl() local
412 scic_cb_io_request_get_next_sge(os_handle, NULL, &os_sge); in scic_sds_request_build_sgl()
414 while (os_sge != NULL) 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()
423 if (os_sge != NULL) 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()