Searched refs:sg_idx (Results 1 – 9 of 9) sorted by relevance
37 obj->mm.get_page.sg_idx = 0; in __i915_gem_object_set_pages()472 if (n < READ_ONCE(iter->sg_idx)) in i915_gem_object_get_sg()483 idx = iter->sg_idx; in i915_gem_object_get_sg()517 iter->sg_idx = idx; in i915_gem_object_get_sg()
254 unsigned int sg_idx; /* in pages, but 32bit eek! */ member
309 int sg_idx = 0; in fips_test_aead() local341 sg_set_buf(&sg[sg_idx++], assoc, vec->assoc_size); in fips_test_aead()342 sg_set_buf(&sg[sg_idx++], message, vec->ciphertext_size); in fips_test_aead()
237 int sg_idx; member613 if (++host->sg_idx < data->sg_len) in sh_mmcif_next_block()619 return host->sg_idx != data->sg_len; in sh_mmcif_next_block()669 host->sg_idx = 0; in sh_mmcif_multi_read()749 host->sg_idx = 0; in sh_mmcif_multi_write()
147 int sg_idx; member647 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()669 host->sg_idx++; in mmc_omap_xfer_data()670 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()980 host->sg_idx = 0; in mmc_omap_prepare_data()
69 int sg_idx; member293 sg = &cmd->req.sg[cmd->sg_idx]; in nvmet_tcp_unmap_pdu_iovec()308 cmd->sg_idx = offset / PAGE_SIZE; in nvmet_tcp_map_pdu_iovec()310 sg = &cmd->req.sg[cmd->sg_idx]; in nvmet_tcp_map_pdu_iovec()
274 unsigned int sg_idx; member
119 u32 sg_idx = 0; in sci_request_build_sgl() local127 scu_sg = to_sgl_element_pair(ireq, sg_idx); in sci_request_build_sgl()139 sg_idx); in sci_request_build_sgl()148 sg_idx++; in sci_request_build_sgl()151 scu_sg = to_sgl_element_pair(ireq, sg_idx); in sci_request_build_sgl()
997 unsigned int sg_idx = priv_ep->stream_sg_idx; in cdns3_ep_run_stream_transfer() local1025 trb->buffer = cpu_to_le32(TRB_BUFFER(request->sg[sg_idx].dma_address)); in cdns3_ep_run_stream_transfer()1026 length = request->sg[sg_idx].length; in cdns3_ep_run_stream_transfer()