Searched refs:mlx5_core_srq (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_srq.c | 40 struct mlx5_core_srq *srq; in mlx5_srq_event() 113 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn) in mlx5_core_get_srq() 116 struct mlx5_core_srq *srq; in mlx5_core_get_srq() 146 static int create_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in create_rmp_cmd() 176 struct mlx5_core_srq *srq) in destroy_rmp_cmd() 181 static int query_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, in query_rmp_cmd() 206 static int arm_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, u16 lwm) in arm_rmp_cmd() 212 struct mlx5_core_srq *srq, in create_xrc_srq_cmd() 245 struct mlx5_core_srq *srq) in destroy_xrc_srq_cmd() 251 struct mlx5_core_srq *srq, in query_xrc_srq_cmd() [all …]
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 481 struct mlx5_core_srq { struct 488 void (*event)(struct mlx5_core_srq *, int); argument 1040 int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1042 int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq); 1043 int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1046 int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, 1091 struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib.h | 497 struct mlx5_core_srq msrq; 863 static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq) in to_mibsrq()
|
H A D | mlx5_ib_srq.c | 44 static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, int type) in mlx5_ib_srq_event()
|
H A D | mlx5_ib_cq.c | 177 struct mlx5_core_srq *msrq = NULL; in handle_responder()
|
H A D | mlx5_ib_devx.c | 619 struct mlx5_core_srq *srq = &(to_msrq(uobj->object)->msrq); in devx_is_valid_obj_id()
|