Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb1ops.c299 unsigned int byte_count, total_in_tgt; in coalesce_t2() local
309 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()
311 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()
315 tgt_total_cnt, total_in_tgt); in coalesce_t2()
337 data_area_of_tgt += total_in_tgt; in coalesce_t2()
339 total_in_tgt += total_in_src; in coalesce_t2()
341 if (total_in_tgt > USHRT_MAX) { in coalesce_t2()
343 total_in_tgt); in coalesce_t2()
346 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()