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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_request.h403 #define SCU_SGL_COPY(os_handle, scu_sge, os_sge) \
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)); \
H A Dscic_sds_request.c404 void *os_sge; local
412 scic_cb_io_request_get_next_sge(os_handle, NULL, &os_sge);
414 while (os_sge != NULL)
419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, os_sge);
421 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge);
423 if (os_sge != NULL)
425 SCU_SGL_COPY(os_handle, scu_sgl_list->B, os_sge);
427 scic_cb_io_request_get_next_sge(os_handle, os_sge, &os_sge);
[all...]

Completed in 109 milliseconds