Searched refs:mlx5_core_srq (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | srq.c | 45 struct mlx5_core_srq *srq; in mlx5_srq_event() 135 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq() 138 struct mlx5_core_srq *srq; in mlx5_core_get_srq() 152 static int create_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in create_srq_cmd() 188 struct mlx5_core_srq *srq) in destroy_srq_cmd() 201 static int arm_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in arm_srq_cmd() 216 static int query_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in query_srq_cmd() 246 struct mlx5_core_srq *srq, in create_xrc_srq_cmd() 286 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd() 300 struct mlx5_core_srq *srq, u16 lwm) in arm_xrc_srq_cmd() [all …]
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 469 struct mlx5_core_srq { struct 476 void (*event) (struct mlx5_core_srq *, enum mlx5_event); argument 1079 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1081 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq); 1082 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1084 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1119 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 518 struct mlx5_core_srq msrq; 971 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
|
D | srq.c | 50 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, enum mlx5_event type) in mlx5_ib_srq_event()
|
D | cq.c | 177 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|