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() local 127 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() 161 scu_sg in sci_request_build_sgl() [all...]