Lines Matching refs:used_bitmap
1816 unsigned long *used_bitmap; member
2391 if (!test_bit(i, table->used_bitmap)) { in ef4_farch_filter_insert()
2441 __set_bit(ins_index, table->used_bitmap); in ef4_farch_filter_insert()
2485 EF4_WARN_ON_PARANOID(!test_bit(filter_idx, table->used_bitmap)); in ef4_farch_filter_table_clear_entry()
2488 __clear_bit(filter_idx, table->used_bitmap); in ef4_farch_filter_table_clear_entry()
2516 if (!test_bit(filter_idx, table->used_bitmap) || in ef4_farch_filter_remove()
2581 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_get_safe()
2640 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_count_rx_used()
2668 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_get_rx_ids()
2704 if (!test_bit(filter_idx, table->used_bitmap)) in ef4_farch_filter_table_restore()
2724 kfree(state->table[table_id].used_bitmap); in ef4_farch_filter_table_remove()
2753 table->used_bitmap = kcalloc(BITS_TO_LONGS(table->size), in ef4_farch_filter_table_probe()
2756 if (!table->used_bitmap) in ef4_farch_filter_table_probe()
2774 __set_bit(i, table->used_bitmap); in ef4_farch_filter_table_probe()
2804 if (!test_bit(filter_idx, table->used_bitmap) || in ef4_farch_filter_update_rx_scatter()
2846 if (test_bit(index, table->used_bitmap) && in ef4_farch_filter_rfs_expire_one()