Lines Matching defs:sgtable
4274 struct sg_table sgtable = {};
4279 p = smb2_aead_req_alloc(tfm, rqst, num_rqst, sig, iv, req, &sgtable,
4284 sg_init_marker(sgtable.sgl, num_sgs);
4297 cifs_sg_set_buf(&sgtable,
4304 sgtable.orig_nents = sgtable.nents;
4306 rc = extract_iter_to_sg(iter, count, &sgtable,
4307 num_sgs - sgtable.nents, 0);
4309 sgtable.orig_nents = sgtable.nents;
4312 cifs_sg_set_buf(&sgtable, sig, SMB2_SIGNATURE_SIZE);
4313 sg_mark_end(&sgtable.sgl[sgtable.nents - 1]);
4314 *sgl = sgtable.sgl;