Symbol: mlx5_fc
sys/dev/mlx5/fs.h
411
struct mlx5_fc;
sys/dev/mlx5/fs.h
412
struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging);
sys/dev/mlx5/fs.h
415
struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging);
sys/dev/mlx5/fs.h
417
void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter);
sys/dev/mlx5/fs.h
418
u64 mlx5_fc_query_lastuse(struct mlx5_fc *counter);
sys/dev/mlx5/fs.h
419
void mlx5_fc_query_cached(struct mlx5_fc *counter,
sys/dev/mlx5/fs.h
421
int mlx5_fc_query(struct mlx5_core_dev *dev, struct mlx5_fc *counter,
sys/dev/mlx5/fs.h
423
u32 mlx5_fc_id(struct mlx5_fc *counter);
sys/dev/mlx5/mlx5_accel/ipsec.h
145
struct mlx5_fc *fc;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
1230
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
1484
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
529
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
94
struct mlx5_fc *cnt;
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_fs.c
95
struct mlx5_fc *drop;
sys/dev/mlx5/mlx5_core/fs_core.h
222
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
109
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
123
struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
131
struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
171
struct mlx5_fc *first,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
178
struct mlx5_fc *counter = first;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
213
static void mlx5_fc_free(struct mlx5_core_dev *dev, struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
219
static void mlx5_fc_release(struct mlx5_core_dev *dev, struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
274
struct mlx5_fc *counter = NULL, *last = NULL, *tmp;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
300
last = list_last_entry(&fc_stats->counters, struct mlx5_fc, list);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
302
counter = list_first_entry(&fc_stats->counters, struct mlx5_fc,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
310
static struct mlx5_fc *mlx5_fc_single_alloc(struct mlx5_core_dev *dev)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
312
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
328
static struct mlx5_fc *mlx5_fc_acquire(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
331
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
342
struct mlx5_fc *mlx5_fc_create_ex(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
344
struct mlx5_fc *counter = mlx5_fc_acquire(dev, aging);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
382
struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
384
struct mlx5_fc *counter = mlx5_fc_create_ex(dev, aging);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
393
u32 mlx5_fc_id(struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
399
void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
454
struct mlx5_fc *counter;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
455
struct mlx5_fc *tmp;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
476
int mlx5_fc_query(struct mlx5_core_dev *dev, struct mlx5_fc *counter,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
483
u64 mlx5_fc_query_lastuse(struct mlx5_fc *counter)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
488
void mlx5_fc_query_cached(struct mlx5_fc *counter,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
528
struct mlx5_fc fcs[];
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
531
static void mlx5_fc_init(struct mlx5_fc *counter, struct mlx5_fc_bulk *bulk,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
600
static struct mlx5_fc *mlx5_fc_bulk_acquire_fc(struct mlx5_fc_bulk *bulk)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
611
static int mlx5_fc_bulk_release_fc(struct mlx5_fc_bulk *bulk, struct mlx5_fc *fc)
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
679
static struct mlx5_fc *
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
685
struct mlx5_fc *fc;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
697
static struct mlx5_fc *
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
70
static struct mlx5_fc *mlx5_fc_pool_acquire_counter(struct mlx5_fc_pool *fc_pool);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
701
struct mlx5_fc *fc;
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
71
static void mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc);
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
729
mlx5_fc_pool_release_counter(struct mlx5_fc_pool *fc_pool, struct mlx5_fc *fc)