Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c224 u16 cq_max_count) in mlx5_core_modify_cq_moderation() argument
232 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_moderation()
H A Den.h1065 u16 cq_period, u16 cq_max_count, u8 cq_period_mode);
H A Den_main.c2258 u16 cq_period, u16 cq_max_count, u8 cq_period_mode) in mlx5e_modify_cq_moderation() argument
2266 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5e_modify_cq_moderation()
/linux-6.15/include/linux/mlx5/
H A Dcq.h134 #define MLX5_MAX_CQ_COUNT (BIT(__mlx5_bit_sz(cqc, cq_max_count)) - 1)
198 u16 cq_max_count);
H A Dmlx5_ifc.h4732 u8 cq_max_count[0x10]; member
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c181 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
H A Dmlx4.h350 __be16 cq_max_count; member