Searched refs:num_ltbs (Results 1 – 2 of 2) sorted by relevance
562 for (i = 0; i < ltb_set->num_ltbs; i++) in free_ltb_set()567 ltb_set->num_ltbs = 0; in free_ltb_set()617 if (old_set.num_ltbs == nltbs) { in alloc_ltb_set()626 new_set.num_ltbs = nltbs; in alloc_ltb_set()629 for (i = new_set.num_ltbs; i < old_set.num_ltbs; i++) in alloc_ltb_set()636 n = min(old_set.num_ltbs, new_set.num_ltbs); in alloc_ltb_set()651 old_set.num_ltbs = 0; in alloc_ltb_set()673 WARN_ON(i != new_set.num_ltbs); in alloc_ltb_set()706 for (i = 0; i < rxpool->ltb_set.num_ltbs; i++) { in map_rxpool_buf_to_ltb()739 for (i = 0; i < txpool->ltb_set.num_ltbs; i++) { in map_txpool_buf_to_ltb()
840 int num_ltbs; member