Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb1ops.c252 struct smb_t2_rsp *pSMBt; in check2ndT2() local
266 pSMBt = (struct smb_t2_rsp *)pSMB; in check2ndT2()
268 total_data_size = get_unaligned_le16(&pSMBt->t2_rsp.TotalDataCount); in check2ndT2()
269 data_in_this_rsp = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in check2ndT2()
295 struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)target_hdr; in coalesce_t2() local
303 tgt_total_cnt = get_unaligned_le16(&pSMBt->t2_rsp.TotalDataCount); in coalesce_t2()
309 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()
330 data_area_of_tgt = (char *)&pSMBt->hdr.Protocol + in coalesce_t2()
331 get_unaligned_le16(&pSMBt->t2_rsp.DataOffset); in coalesce_t2()
346 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()