Home
last modified time | relevance | path

Searched refs:mlx5_core_srq (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dsrq.c45 struct mlx5_core_srq *srq; in mlx5_srq_event()
134 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq()
137 struct mlx5_core_srq *srq; in mlx5_core_get_srq()
151 static int create_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in create_srq_cmd()
170 struct mlx5_core_srq *srq) in destroy_srq_cmd()
184 static int arm_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in arm_srq_cmd()
203 static int query_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in query_srq_cmd()
218 struct mlx5_core_srq *srq, in create_xrc_srq_cmd()
262 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd()
279 struct mlx5_core_srq *srq, u16 lwm) in arm_xrc_srq_cmd()
[all …]
/linux-4.4.14/include/linux/mlx5/
Ddriver.h355 struct mlx5_core_srq { struct
362 void (*event) (struct mlx5_core_srq *, enum mlx5_event); argument
715 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
718 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq);
719 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
721 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
757 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h291 struct mlx5_core_srq msrq;
481 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
Dsrq.c51 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
Dcq.c181 struct mlx5_core_srq *msrq = NULL; in handle_responder()