Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1268 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local
1279 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c1269 long f_used = 0; /* bytes used from the current fragment */ in nicvf_tso_count_subdescs() local
1280 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()

Completed in 8 milliseconds