Searched refs:scu_sg (Results 1 – 1 of 1) sorted by relevance
120 struct scu_sgl_element_pair *scu_sg = NULL; in sci_request_build_sgl() local127 scu_sg = to_sgl_element_pair(ireq, sg_idx); in sci_request_build_sgl()128 init_sgl_element(&scu_sg->A, sg); in sci_request_build_sgl()131 init_sgl_element(&scu_sg->B, sg); in sci_request_build_sgl()134 memset(&scu_sg->B, 0, sizeof(scu_sg->B)); in sci_request_build_sgl()147 prev_sg = scu_sg; in sci_request_build_sgl()151 scu_sg = to_sgl_element_pair(ireq, sg_idx); in sci_request_build_sgl()160 scu_sg->A.length = task->total_xfer_len; in sci_request_build_sgl()165 if (scu_sg) { in sci_request_build_sgl()166 scu_sg->next_pair_upper = 0; in sci_request_build_sgl()[all …]