Searched refs:f_used (Results 1 – 1 of 1) sorted by relevance
1272 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local1283 while (f_used >= f_size) { in nicvf_tso_count_subdescs()1286 f_used = 0; in nicvf_tso_count_subdescs()1291 if (n > f_size - f_used) in nicvf_tso_count_subdescs()1292 n = f_size - f_used; in nicvf_tso_count_subdescs()1293 f_used += n; in nicvf_tso_count_subdescs()