Searched refs:ftid_bmap (Results 1 – 3 of 3) sorted by relevance
54 struct rte_bitmap *ftid_bmap; member
263 if (rte_bitmap_get(t->ftid_bmap, i)) { in cxgbe_is_filter_set()283 pos = cxgbe_bitmap_find_free_region(t->ftid_bmap, size, in cxgbe_alloc_ftid()286 pos = cxgbe_find_first_zero_bit(t->ftid_bmap, size); in cxgbe_alloc_ftid()897 if (rte_bitmap_get(t->ftid_bmap, fidx)) { in cxgbe_set_ftid()903 rte_bitmap_set(t->ftid_bmap, i); in cxgbe_set_ftid()917 rte_bitmap_clear(t->ftid_bmap, i); in cxgbe_clear_ftid()
463 if (t->ftid_bmap) in tid_free()464 rte_bitmap_free(t->ftid_bmap); in tid_free()519 t->ftid_bmap = rte_bitmap_init(t->nftids, t->ftid_bmap_array, in tid_init()521 if (!t->ftid_bmap) { in tid_init()