Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmb1ops.c288 unsigned int byte_count, total_in_tgt; in coalesce_t2() local
298 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()
300 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()
304 tgt_total_cnt, total_in_tgt); in coalesce_t2()
326 data_area_of_tgt += total_in_tgt; in coalesce_t2()
328 total_in_tgt += total_in_src; in coalesce_t2()
330 if (total_in_tgt > USHRT_MAX) { in coalesce_t2()
332 total_in_tgt); in coalesce_t2()
335 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()

Completed in 6 milliseconds