Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c449 int bucket_idx; in arfs_hash_bucket() local
454 bucket_idx = hash_long(l, ARFS_HASH_SHIFT); in arfs_hash_bucket()
456 return &arfs_t->rules_hash[bucket_idx]; in arfs_hash_bucket()
/linux-5.19.10/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c140 u16 bucket_idx) in qede_enqueue_fltr_and_config_searcher() argument
152 QEDE_ARFS_BUCKET_HEAD(edev, bucket_idx)); in qede_enqueue_fltr_and_config_searcher()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c278 int bucket_idx; in filter_hash_bucket() local
284 bucket_idx = hash_long(l, MLX4_EN_FILTER_HASH_SHIFT); in filter_hash_bucket()
286 return &priv->filter_hash[bucket_idx]; in filter_hash_bucket()