Searched refs:used_bitmap (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/ |
D | farch.c | 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() [all …]
|
/Linux-v5.15/drivers/net/ethernet/sfc/ |
D | farch.c | 1875 unsigned long *used_bitmap; member 2450 if (!test_bit(i, table->used_bitmap)) { in efx_farch_filter_insert() 2500 __set_bit(ins_index, table->used_bitmap); in efx_farch_filter_insert() 2544 EFX_WARN_ON_PARANOID(!test_bit(filter_idx, table->used_bitmap)); in efx_farch_filter_table_clear_entry() 2547 __clear_bit(filter_idx, table->used_bitmap); in efx_farch_filter_table_clear_entry() 2575 if (!test_bit(filter_idx, table->used_bitmap) || in efx_farch_filter_remove() 2638 if (test_bit(filter_idx, table->used_bitmap) && in efx_farch_filter_get_safe() 2695 if (test_bit(filter_idx, table->used_bitmap) && in efx_farch_filter_count_rx_used() 2723 if (test_bit(filter_idx, table->used_bitmap) && in efx_farch_filter_get_rx_ids() 2759 if (!test_bit(filter_idx, table->used_bitmap)) in efx_farch_filter_table_restore() [all …]
|