Searched refs:sgtable (Results 1 – 3 of 3) sorted by relevance
125 struct sg_table sgtable; in mmc_io_rw_extended() local157 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()160 data.sg = sgtable.sgl; in mmc_io_rw_extended()180 sg_free_table(&sgtable); in mmc_io_rw_extended()
415 mmc_dat.sg = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()431 sgl = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()512 sg_init_table(sdiodev->sgtable.sgl, sdiodev->sgtable.orig_nents); in brcmf_sdiod_sglist_rw()780 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()890 sg_free_table(&sdiodev->sgtable); in brcmf_sdiod_remove()
191 struct sg_table sgtable; member