Searched refs:num_ltbs (Results 1 – 2 of 2) sorted by relevance
364 for (i = 0; i < ltb_set->num_ltbs; i++) in free_ltb_set()369 ltb_set->num_ltbs = 0; in free_ltb_set()419 if (old_set.num_ltbs == nltbs) { in alloc_ltb_set()428 new_set.num_ltbs = nltbs; in alloc_ltb_set()431 for (i = new_set.num_ltbs; i < old_set.num_ltbs; i++) in alloc_ltb_set()438 n = min(old_set.num_ltbs, new_set.num_ltbs); in alloc_ltb_set()453 old_set.num_ltbs = 0; in alloc_ltb_set()475 WARN_ON(i != new_set.num_ltbs); in alloc_ltb_set()508 for (i = 0; i < rxpool->ltb_set.num_ltbs; i++) { in map_rxpool_buf_to_ltb()541 for (i = 0; i < txpool->ltb_set.num_ltbs; i++) { in map_txpool_buf_to_ltb()
838 int num_ltbs; member