Searched refs:sg_idx (Results 1 – 8 of 8) sorted by relevance
38 obj->mm.get_page.sg_idx = 0; in __i915_gem_object_set_pages()40 obj->mm.get_dma_page.sg_idx = 0; in __i915_gem_object_set_pages()525 if (n < READ_ONCE(iter->sg_idx)) in __i915_gem_object_get_sg()536 idx = iter->sg_idx; in __i915_gem_object_get_sg()570 iter->sg_idx = idx; in __i915_gem_object_get_sg()
201 unsigned int sg_idx; /* in pages, but 32bit eek! */ member
560 obj->ttm.get_io_page.sg_idx = 0; in i915_ttm_move()
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()
80 int sg_idx; member306 sg = &cmd->req.sg[cmd->sg_idx]; in nvmet_tcp_unmap_pdu_iovec()321 cmd->sg_idx = offset / PAGE_SIZE; in nvmet_tcp_map_pdu_iovec()323 sg = &cmd->req.sg[cmd->sg_idx]; in nvmet_tcp_map_pdu_iovec()
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()
996 unsigned int sg_idx = priv_ep->stream_sg_idx; in cdns3_ep_run_stream_transfer() local1024 trb->buffer = cpu_to_le32(TRB_BUFFER(request->sg[sg_idx].dma_address)); in cdns3_ep_run_stream_transfer()1025 length = request->sg[sg_idx].length; in cdns3_ep_run_stream_transfer()