Lines Matching refs:sgtable
4237 struct sg_table sgtable = {}; in smb2_get_aead_req() local
4242 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable, in smb2_get_aead_req()
4247 sg_init_marker(sgtable.sgl, num_sgs); in smb2_get_aead_req()
4260 cifs_sg_set_buf(&sgtable, in smb2_get_aead_req()
4267 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4269 rc = extract_iter_to_sg(iter, count, &sgtable, in smb2_get_aead_req()
4270 num_sgs - sgtable.nents, 0); in smb2_get_aead_req()
4272 sgtable.orig_nents = sgtable.nents; in smb2_get_aead_req()
4275 cifs_sg_set_buf(&sgtable, sig, SMB2_SIGNATURE_SIZE); in smb2_get_aead_req()
4276 sg_mark_end(&sgtable.sgl[sgtable.nents - 1]); in smb2_get_aead_req()
4277 *sgl = sgtable.sgl; in smb2_get_aead_req()