Searched refs:mlx5_core_srq (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | srq.c | 44 struct mlx5_core_srq *srq; in mlx5_srq_event() 65 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq() 68 struct mlx5_core_srq *srq; in mlx5_core_get_srq() 82 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_create_srq() 125 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq) in mlx5_core_destroy_srq() 130 struct mlx5_core_srq *tmp; in mlx5_core_destroy_srq() 164 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_query_srq() 186 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in mlx5_core_arm_srq()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 398 struct mlx5_core_srq { struct 404 void (*event) (struct mlx5_core_srq *, enum mlx5_event); argument 679 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 681 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq); 682 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 684 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 720 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 287 struct mlx5_core_srq msrq; 496 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
|
D | srq.c | 51 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
|
D | cq.c | 180 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|