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

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.c276 SCU_SGL_ELEMENT_PAIR_T *scu_sgl_list = NULL; local
285 scu_sgl_list = &task_context->sgl_pair_ab;
294 scu_sgl_list->A.address_upper = sci_cb_physical_address_upper(physical_address);
295 scu_sgl_list->A.address_lower = sci_cb_physical_address_lower(physical_address);
296 scu_sgl_list->A.length = task_context->transfer_length_bytes;
297 scu_sgl_list->A.address_modifier = 0;
299 SCU_SGL_ZERO(scu_sgl_list->B);
H A Dscic_sds_request.c408 SCU_SGL_ELEMENT_PAIR_T *scu_sgl_list = NULL; local
416 scu_sgl_list =
419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, os_sge);
425 SCU_SGL_COPY(os_handle, scu_sgl_list->B, os_sge);
431 SCU_SGL_ZERO(scu_sgl_list->B);
439 scu_sgl_list, local
449 previous_pair = scu_sgl_list;
453 if (scu_sgl_list != NULL)
455 scu_sgl_list->next_pair_upper = 0;
456 scu_sgl_list
[all...]

Completed in 67 milliseconds