Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dsrq.c134 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq() function
149 EXPORT_SYMBOL(mlx5_core_get_srq);
/linux-4.4.14/include/linux/mlx5/
Ddriver.h757 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c184 msrq = mlx5_core_get_srq(dev->mdev, in handle_responder()