Searched refs:f_used (Results 1 – 1 of 1) sorted by relevance
1268 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local1279 while (f_used >= f_size) { in nicvf_tso_count_subdescs()1282 f_used = 0; in nicvf_tso_count_subdescs()1287 if (n > f_size - f_used) in nicvf_tso_count_subdescs()1288 n = f_size - f_used; in nicvf_tso_count_subdescs()1289 f_used += n; in nicvf_tso_count_subdescs()