Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c42 static struct mlx5_core_rsc_common *mlx5_get_rsc(struct mlx5_core_dev *dev, in mlx5_get_rsc()
46 struct mlx5_core_rsc_common *common; in mlx5_get_rsc()
64 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) in mlx5_core_put_rsc()
125 struct mlx5_core_rsc_common *common = mlx5_get_rsc(dev, rsn); in mlx5_rsc_event()
190 mlx5_core_put_rsc((struct mlx5_core_rsc_common *)qp); in destroy_resource_common()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h463 struct mlx5_core_rsc_common { struct
470 struct mlx5_core_rsc_common common; /* must be first */ argument
1142 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common);
Dqp.h469 struct mlx5_core_rsc_common common; /* must be first */