Searched refs:total_in_tgt (Results 1 – 1 of 1) sorted by relevance
294 unsigned int byte_count, total_in_tgt; in coalesce_t2() local304 total_in_tgt = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in coalesce_t2()306 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()310 tgt_total_cnt, total_in_tgt); in coalesce_t2()332 data_area_of_tgt += total_in_tgt; in coalesce_t2()334 total_in_tgt += total_in_src; in coalesce_t2()336 if (total_in_tgt > USHRT_MAX) { in coalesce_t2()338 total_in_tgt); in coalesce_t2()341 put_unaligned_le16(total_in_tgt, &pSMBt->t2_rsp.DataCount); in coalesce_t2()