Searched refs:cq_max_count (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 202 u16 cq_max_count) in mlx5_core_modify_cq_moderation() 210 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_moderation() 199 mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count) mlx5_core_modify_cq_moderation() argument
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | cq.h | 133 #define MLX5_MAX_CQ_COUNT (BIT(__mlx5_bit_sz(cqc, cq_max_count)) - 1) 195 u16 cq_max_count);
|
H A D | mlx5_ifc.h | 3801 u8 cq_max_count[0x10]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | cq.h | 133 #define MLX5_MAX_CQ_COUNT (BIT(__mlx5_bit_sz(cqc, cq_max_count)) - 1) 197 u16 cq_max_count);
|
H A D | mlx5_ifc.h | 4351 u8 cq_max_count[0x10]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 213 u16 cq_max_count) in mlx5_core_modify_cq_moderation() 221 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_moderation() 210 mlx5_core_modify_cq_moderation(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u16 cq_period, u16 cq_max_count) mlx5_core_modify_cq_moderation() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 181 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
|
H A D | mlx4.h | 348 __be16 cq_max_count; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | cq.c | 181 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
|
H A D | mlx4.h | 350 __be16 cq_max_count; member
|
Completed in 65 milliseconds