Home
last modified time | relevance | path

Searched refs:bucket_idx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c216 int bucket_idx; in filter_hash_bucket() local
222 bucket_idx = hash_long(l, MLX4_EN_FILTER_HASH_SHIFT); in filter_hash_bucket()
224 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()