Lines Matching refs:depth
2379 unsigned int depth = 1; in efx_ef10_filter_insert() local
2385 i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); in efx_ef10_filter_insert()
2418 __set_bit(depth, mc_rem_map); in efx_ef10_filter_insert()
2426 if (depth == EFX_EF10_FILTER_SEARCH_LIMIT) { in efx_ef10_filter_insert()
2434 ++depth; in efx_ef10_filter_insert()
2476 unsigned int depth, i; in efx_ef10_filter_insert() local
2478 for (depth = 0; depth < EFX_EF10_FILTER_SEARCH_LIMIT; depth++) { in efx_ef10_filter_insert()
2479 i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); in efx_ef10_filter_insert()
2480 if (test_bit(depth, mc_rem_map)) in efx_ef10_filter_insert()
2516 unsigned int depth, i; in efx_ef10_filter_insert() local
2520 for (depth = 0; depth < EFX_EF10_FILTER_SEARCH_LIMIT; depth++) { in efx_ef10_filter_insert()
2521 if (!test_bit(depth, mc_rem_map)) in efx_ef10_filter_insert()
2524 i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); in efx_ef10_filter_insert()
2783 unsigned int hash, i, depth = 1; in efx_ef10_filter_rfs_insert() local
2808 i = (hash + depth) & (HUNT_FILTER_TBL_ROWS - 1); in efx_ef10_filter_rfs_insert()
2831 if (depth == EFX_EF10_FILTER_SEARCH_LIMIT) { in efx_ef10_filter_rfs_insert()
2839 ++depth; in efx_ef10_filter_rfs_insert()