Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsh_mmcif.c248 int sg_idx; member
621 if (++host->sg_idx < data->sg_len) in sh_mmcif_next_block()
627 return host->sg_idx != data->sg_len; in sh_mmcif_next_block()
677 host->sg_idx = 0; in sh_mmcif_multi_read()
757 host->sg_idx = 0; in sh_mmcif_multi_write()
Domap.c151 int sg_idx; member
651 sg = host->data->sg + host->sg_idx; in mmc_omap_sg_to_buf()
673 host->sg_idx++; in mmc_omap_xfer_data()
674 BUG_ON(host->sg_idx == host->sg_len); in mmc_omap_xfer_data()
984 host->sg_idx = 0; in mmc_omap_prepare_data()
/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()