Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c240 u16 cq_max_count) in mlx5_core_modify_cq_moderation() argument
248 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_moderation()
H A Den.h1125 u16 cq_period, u16 cq_max_count, u8 cq_period_mode);
H A Den_main.c2361 u16 cq_period, u16 cq_max_count, u8 cq_period_mode) in mlx5e_modify_cq_moderation() argument
2369 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5e_modify_cq_moderation()
/linux/include/linux/mlx5/
H A Dcq.h133 #define MLX5_MAX_CQ_COUNT (BIT(__mlx5_bit_sz(cqc, cq_max_count)) - 1)
198 u16 cq_max_count);
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h350 __be16 cq_max_count; member