Symbol: mlx5_core_srq
sys/dev/mlx5/driver.h
1041
int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/driver.h
1043
int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq);
sys/dev/mlx5/driver.h
1044
int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/driver.h
1047
int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/driver.h
1092
struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn);
sys/dev/mlx5/driver.h
488
void (*event)(struct mlx5_core_srq *, int);
sys/dev/mlx5/mlx5_core/mlx5_srq.c
113
struct mlx5_core_srq *mlx5_core_get_srq(struct mlx5_core_dev *dev, u32 srqn)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
116
struct mlx5_core_srq *srq;
sys/dev/mlx5/mlx5_core/mlx5_srq.c
146
static int create_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
176
struct mlx5_core_srq *srq)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
181
static int query_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
206
static int arm_rmp_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq, u16 lwm)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
212
struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
245
struct mlx5_core_srq *srq)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
251
struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
278
struct mlx5_core_srq *srq, u16 lwm)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
283
static int create_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
316
struct mlx5_core_srq *srq)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
327
static int query_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
355
static int arm_srq_cmd(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
369
static int create_srq_split(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
380
static int destroy_srq_split(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
390
int mlx5_core_create_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
40
struct mlx5_core_srq *srq;
sys/dev/mlx5/mlx5_core/mlx5_srq.c
425
int mlx5_core_destroy_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq)
sys/dev/mlx5/mlx5_core/mlx5_srq.c
428
struct mlx5_core_srq *tmp;
sys/dev/mlx5/mlx5_core/mlx5_srq.c
455
int mlx5_core_query_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_core/mlx5_srq.c
467
int mlx5_core_arm_srq(struct mlx5_core_dev *dev, struct mlx5_core_srq *srq,
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
497
struct mlx5_core_srq msrq;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
863
static inline struct mlx5_ib_srq *to_mibsrq(struct mlx5_core_srq *msrq)
sys/dev/mlx5/mlx5_ib/mlx5_ib_cq.c
177
struct mlx5_core_srq *msrq = NULL;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
619
struct mlx5_core_srq *srq = &(to_msrq(uobj->object)->msrq);
sys/dev/mlx5/mlx5_ib/mlx5_ib_srq.c
44
static void mlx5_ib_srq_event(struct mlx5_core_srq *srq, int type)