Searched refs:cq_max_count (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cq.c | 213 u16 cq_max_count) in mlx5_core_modify_cq_moderation() argument 221 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5_core_modify_cq_moderation()
|
| A D | en.h | 1062 u16 cq_period, u16 cq_max_count, u8 cq_period_mode);
|
| A D | en_main.c | 2254 u16 cq_period, u16 cq_max_count, u8 cq_period_mode) in mlx5e_modify_cq_moderation() argument 2262 MLX5_SET(cqc, cqc, cq_max_count, cq_max_count); in mlx5e_modify_cq_moderation()
|
| /linux/include/linux/mlx5/ |
| A D | cq.h | 134 #define MLX5_MAX_CQ_COUNT (BIT(__mlx5_bit_sz(cqc, cq_max_count)) - 1) 198 u16 cq_max_count);
|
| A D | mlx5_ifc.h | 4619 u8 cq_max_count[0x10]; member
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| A D | cq.c | 181 cq_context->cq_max_count = cpu_to_be16(count); in mlx4_cq_modify()
|
| A D | mlx4.h | 350 __be16 cq_max_count; member
|
Completed in 100 milliseconds