Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/ibm/
Dibmvnic.c399 int nltbs; in alloc_ltb_set() local
413 nltbs = tot_size / ltb_size; in alloc_ltb_set()
415 nltbs++; in alloc_ltb_set()
419 if (old_set.num_ltbs == nltbs) { in alloc_ltb_set()
422 int tmp = nltbs * sizeof(struct ibmvnic_long_term_buff); in alloc_ltb_set()
428 new_set.num_ltbs = nltbs; in alloc_ltb_set()