Lines Matching refs:used_bitmap
1808 unsigned long *used_bitmap; member
2383 if (!test_bit(i, table->used_bitmap)) { in ef4_farch_filter_insert()
2433 __set_bit(ins_index, table->used_bitmap); in ef4_farch_filter_insert()
2477 EF4_WARN_ON_PARANOID(!test_bit(filter_idx, table->used_bitmap)); in ef4_farch_filter_table_clear_entry()
2480 __clear_bit(filter_idx, table->used_bitmap); in ef4_farch_filter_table_clear_entry()
2508 if (!test_bit(filter_idx, table->used_bitmap) || in ef4_farch_filter_remove()
2571 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_get_safe()
2630 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_count_rx_used()
2658 if (test_bit(filter_idx, table->used_bitmap) && in ef4_farch_filter_get_rx_ids()
2694 if (!test_bit(filter_idx, table->used_bitmap)) in ef4_farch_filter_table_restore()
2714 bitmap_free(state->table[table_id].used_bitmap); in ef4_farch_filter_table_remove()
2743 table->used_bitmap = bitmap_zalloc(table->size, GFP_KERNEL); in ef4_farch_filter_table_probe()
2744 if (!table->used_bitmap) in ef4_farch_filter_table_probe()
2762 __set_bit(i, table->used_bitmap); in ef4_farch_filter_table_probe()
2792 if (!test_bit(filter_idx, table->used_bitmap) || in ef4_farch_filter_update_rx_scatter()
2834 if (test_bit(index, table->used_bitmap) && in ef4_farch_filter_rfs_expire_one()