Home
last modified time | relevance | path

Searched refs:sg_idx (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Domap.c149 int sg_idx; member
649 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()
671 host->sg_idx++; in mmc_omap_xfer_data()
672 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()
982 host->sg_idx = 0; in mmc_omap_prepare_data()
Dsh_mmcif.c240 int sg_idx; member
612 if (++host->sg_idx < data->sg_len) in sh_mmcif_next_block()
618 return host->sg_idx != data->sg_len; in sh_mmcif_next_block()
668 host->sg_idx = 0; in sh_mmcif_multi_read()
748 host->sg_idx = 0; in sh_mmcif_multi_write()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_object.h219 unsigned int sg_idx; /* in pages, but 32bit eek! */ member
Di915_gem.c2695 obj->mm.get_page.sg_idx = 0; in __i915_gem_object_set_pages()
5984 if (n < READ_ONCE(iter->sg_idx)) in i915_gem_object_get_sg()
5995 idx = iter->sg_idx; in i915_gem_object_get_sg()
6031 iter->sg_idx = idx; in i915_gem_object_get_sg()
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst.h275 unsigned int sg_idx; member
/Linux-v4.19/drivers/scsi/isci/
Drequest.c119 u32 sg_idx = 0; in sci_request_build_sgl() local
127 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()