Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb1ops.c296 unsigned int byte_count, total_in_tgt; in coalesce_t2() local
306 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()
308 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()
312 tgt_total_cnt, total_in_tgt); in coalesce_t2()
334 data_area_of_tgt += total_in_tgt; in coalesce_t2()
336 total_in_tgt += total_in_src; in coalesce_t2()
338 if (total_in_tgt > USHRT_MAX) { in coalesce_t2()
340 total_in_tgt); in coalesce_t2()
343 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()