Lines Matching refs:sgtable
4235 struct sg_table sgtable = {}; in smb2_get_aead_req() local
4240 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, in smb2_get_aead_req()
4245 sg_init_marker(sgtable.sgl, num_sgs); in smb2_get_aead_req()
4258 cifs_sg_set_buf(&sgtable, in smb2_get_aead_req()
4265 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4267 rc = extract_iter_to_sg(iter, count, &sgtable, in smb2_get_aead_req()
4268 num_sgs - sgtable.nents, 0); in smb2_get_aead_req()
4270 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4273 cifs_sg_set_buf(&sgtable, sig, SMB2_SIGNATURE_SIZE); in smb2_get_aead_req()
4274 sg_mark_end(&sgtable.sgl[sgtable.nents - 1]); in smb2_get_aead_req()
4275 *sgl = sgtable.sgl; in smb2_get_aead_req()