Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
H A Dsdio_ops.c121 struct sg_table sgtable; in mmc_io_rw_extended() local
154 if (sg_alloc_table(&sgtable, nents, GFP_KERNEL)) in mmc_io_rw_extended()
157 data.sg = sgtable.sgl; in mmc_io_rw_extended()
197 sg_free_table(&sgtable); in mmc_io_rw_extended()
/linux/fs/smb/client/
H A Dcifsproto.h574 static inline void cifs_sg_set_buf(struct sg_table *sgtable, in cifs_sg_set_buf()
586 sg_set_page(&sgtable->sgl[sgtable->nents++], in cifs_sg_set_buf()
594 sg_set_page(&sgtable->sgl[sgtable->nents++], in cifs_sg_set_buf()
573 cifs_sg_set_buf(struct sg_table * sgtable,const void * buf,unsigned int buflen) cifs_sg_set_buf() argument
H A Dsmb2ops.c4393 struct sg_table sgtable = {}; in smb2_get_aead_req()
4398 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, &num_sgs); in smb2_get_aead_req()
4402 sg_init_marker(sgtable.sgl, num_sgs); in smb2_get_aead_req()
4415 cifs_sg_set_buf(&sgtable, in smb2_get_aead_req()
4422 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4424 rc = extract_iter_to_sg(iter, count, &sgtable, in smb2_get_aead_req()
4425 num_sgs - sgtable.nents, 0); in smb2_get_aead_req()
4427 sgtable.orig_nents = sgtable in smb2_get_aead_req()
4391 struct sg_table sgtable = {}; smb2_get_aead_req() local
[all...]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c432 mmc_dat.sg = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()
447 sgl = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()
477 sgl = sdiodev->sgtable.sgl; in brcmf_sdiod_sglist_rw()
517 sg_init_table(sdiodev->sgtable.sgl, sdiodev->sgtable.orig_nents); in brcmf_sdiod_sglist_rw()
783 err = sg_alloc_table(&sdiodev->sgtable, nents, GFP_KERNEL); in brcmf_sdiod_sgtable_alloc()
885 sg_free_table(&sdiodev->sgtable); in brcmf_sdiod_remove()
H A Dsdio.h186 struct sg_table sgtable; member
/linux/crypto/
H A Daf_alg.c1021 struct sg_table sgtable = { af_alg_sendmsg() local