Home
last modified time | relevance | path

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

/linux-4.4.14/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()
72 struct mlx5_core_rsc_common *common = mlx5_get_rsc(dev, rsn); in mlx5_rsc_event()
96 struct mlx5_core_rsc_common *common = mlx5_get_rsc(dev, qpn); in mlx5_eq_pagefault()
263 mlx5_core_put_rsc((struct mlx5_core_rsc_common *)qp); in mlx5_core_destroy_qp()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h349 struct mlx5_core_rsc_common { struct
356 struct mlx5_core_rsc_common common; /* must be first */ argument
826 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common);
Dqp.h438 struct mlx5_core_rsc_common common; /* must be first */