Home
last modified time | relevance | path

Searched refs:mlx5_cmd_fc_bulk (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h88 struct mlx5_cmd_fc_bulk;
90 struct mlx5_cmd_fc_bulk *
92 void mlx5_cmd_fc_bulk_free(struct mlx5_cmd_fc_bulk *b);
94 mlx5_cmd_fc_bulk_query(struct mlx5_core_dev *dev, struct mlx5_cmd_fc_bulk *b);
96 struct mlx5_cmd_fc_bulk *b, u32 id,
Dfs_cmd.c534 struct mlx5_cmd_fc_bulk { struct
541 struct mlx5_cmd_fc_bulk * argument
544 struct mlx5_cmd_fc_bulk *b; in mlx5_cmd_fc_bulk_alloc()
560 void mlx5_cmd_fc_bulk_free(struct mlx5_cmd_fc_bulk *b) in mlx5_cmd_fc_bulk_free()
566 mlx5_cmd_fc_bulk_query(struct mlx5_core_dev *dev, struct mlx5_cmd_fc_bulk *b) in mlx5_cmd_fc_bulk_query()
579 struct mlx5_cmd_fc_bulk *b, u32 id, in mlx5_cmd_fc_bulk_get()
Dfs_counters.c102 struct mlx5_cmd_fc_bulk *b; in mlx5_fc_stats_query()