Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c295 __u16 tgt_total_cnt, src_total_cnt, total_in_src; in coalesce_t2() local
298 tgt_total_cnt = get_unaligned_le16(&pSMBt->t2_rsp.TotalDataCount); in coalesce_t2()
300 if (tgt_total_cnt != src_total_cnt) in coalesce_t2()
302 src_total_cnt, tgt_total_cnt); in coalesce_t2()
306 remaining = tgt_total_cnt - total_in_tgt; in coalesce_t2()
310 tgt_total_cnt, total_in_tgt); in coalesce_t2()