Searched refs:counters_count (Results 1 – 3 of 3) sorted by relevance
89 if (!ipsec_ops || !ipsec_ops->counters_count) in mlx5_accel_ipsec_counters_count()92 return ipsec_ops->counters_count(mdev); in mlx5_accel_ipsec_counters_count()
59 unsigned int (*counters_count)(struct mlx5_core_dev *mdev); member
374 unsigned int counters_count) in mlx5_fpga_ipsec_counters_read() argument408 if (count > counters_count) in mlx5_fpga_ipsec_counters_read()409 count = counters_count; in mlx5_fpga_ipsec_counters_read()1565 .counters_count = mlx5_fpga_ipsec_counters_count,