Symbol: mlx5_core_rsc_common
drivers/infiniband/hw/mlx5/odp.c
1338
static inline struct mlx5_core_rsc_common *odp_get_rsc(struct mlx5_ib_dev *dev,
drivers/infiniband/hw/mlx5/odp.c
1341
struct mlx5_core_rsc_common *common = NULL;
drivers/infiniband/hw/mlx5/odp.c
1362
static inline struct mlx5_ib_qp *res_to_qp(struct mlx5_core_rsc_common *res)
drivers/infiniband/hw/mlx5/odp.c
1369
static inline struct mlx5_ib_srq *res_to_srq(struct mlx5_core_rsc_common *res)
drivers/infiniband/hw/mlx5/odp.c
1384
struct mlx5_core_rsc_common *res;
drivers/infiniband/hw/mlx5/qp.h
49
struct mlx5_core_rsc_common *mlx5_core_res_hold(struct mlx5_ib_dev *dev,
drivers/infiniband/hw/mlx5/qp.h
52
void mlx5_core_res_put(struct mlx5_core_rsc_common *res);
drivers/infiniband/hw/mlx5/qpc.c
113
struct mlx5_core_rsc_common *common;
drivers/infiniband/hw/mlx5/qpc.c
15
static struct mlx5_core_rsc_common *
drivers/infiniband/hw/mlx5/qpc.c
18
struct mlx5_core_rsc_common *common;
drivers/infiniband/hw/mlx5/qpc.c
205
mlx5_core_put_rsc((struct mlx5_core_rsc_common *)qp);
drivers/infiniband/hw/mlx5/qpc.c
34
void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common)
drivers/infiniband/hw/mlx5/qpc.c
684
struct mlx5_core_rsc_common *mlx5_core_res_hold(struct mlx5_ib_dev *dev,
drivers/infiniband/hw/mlx5/qpc.c
694
void mlx5_core_res_put(struct mlx5_core_rsc_common *res)
drivers/infiniband/hw/mlx5/srq.h
42
struct mlx5_core_rsc_common common; /* must be first */
include/linux/mlx5/driver.h
1086
void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common);
include/linux/mlx5/qp.h
517
struct mlx5_core_rsc_common common; /* must be first */