Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmb1ops.c293 unsigned int byte_count, total_in_tgt; in coalesce_t2() local
303 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()
305 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()
309 tgt_total_cnt, total_in_tgt); in coalesce_t2()
331 data_area_of_tgt += total_in_tgt; in coalesce_t2()
333 total_in_tgt += total_in_src; in coalesce_t2()
335 if (total_in_tgt > USHRT_MAX) { in coalesce_t2()
337 total_in_tgt); in coalesce_t2()
340 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()