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