Searched refs:scu_sgl_list (Results 1 – 2 of 2) sorted by relevance
276 SCU_SGL_ELEMENT_PAIR_T *scu_sgl_list = NULL; in scic_sds_stp_packet_internal_request_sense_build_sgl() local285 scu_sgl_list = &task_context->sgl_pair_ab; in scic_sds_stp_packet_internal_request_sense_build_sgl()294 scu_sgl_list->A.address_upper = sci_cb_physical_address_upper(physical_address); in scic_sds_stp_packet_internal_request_sense_build_sgl()295 scu_sgl_list->A.address_lower = sci_cb_physical_address_lower(physical_address); in scic_sds_stp_packet_internal_request_sense_build_sgl()296 scu_sgl_list->A.length = task_context->transfer_length_bytes; in scic_sds_stp_packet_internal_request_sense_build_sgl()297 scu_sgl_list->A.address_modifier = 0; in scic_sds_stp_packet_internal_request_sense_build_sgl()299 SCU_SGL_ZERO(scu_sgl_list->B); in scic_sds_stp_packet_internal_request_sense_build_sgl()
408 SCU_SGL_ELEMENT_PAIR_T *scu_sgl_list = NULL; in scic_sds_request_build_sgl() local416 scu_sgl_list = in scic_sds_request_build_sgl()419 SCU_SGL_COPY(os_handle, scu_sgl_list->A, 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()431 SCU_SGL_ZERO(scu_sgl_list->B); in scic_sds_request_build_sgl()439 scu_sgl_list, in scic_sds_request_build_sgl()449 previous_pair = scu_sgl_list; in scic_sds_request_build_sgl()453 if (scu_sgl_list != NULL) in scic_sds_request_build_sgl()455 scu_sgl_list->next_pair_upper = 0; in scic_sds_request_build_sgl()456 scu_sgl_list->next_pair_lower = 0; in scic_sds_request_build_sgl()