Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dsrq.c65 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq() function
80 EXPORT_SYMBOL(mlx5_core_get_srq);
/linux-4.1.27/include/linux/mlx5/
Ddriver.h720 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c183 msrq = mlx5_core_get_srq(dev->mdev, in handle_responder()