Searched refs:sgtable (Results 1 – 3 of 3) sorted by relevance
128 struct sg_table sgtable; in mmc_io_rw_extended() local162 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()165 data.sg = sgtable.sgl; in mmc_io_rw_extended()186 sg_free_table(&sgtable); in mmc_io_rw_extended()
563 mmc_dat.sg = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()579 sgl = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()660 sg_init_table(sdiodev->sgtable.sgl, sdiodev->sgtable.orig_nents); in brcmf_sdiod_sglist_rw()898 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()1007 sg_free_table(&sdiodev->sgtable); in brcmf_sdiod_remove()
197 struct sg_table sgtable; member