Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c1272 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local
1283 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()