Symbol: mlx5_core_qp
drivers/infiniband/hw/mlx5/cq.c
457
struct mlx5_core_qp *mqp;
drivers/infiniband/hw/mlx5/mlx5_ib.h
1269
static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp)
drivers/infiniband/hw/mlx5/mlx5_ib.h
1274
static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp)
drivers/infiniband/hw/mlx5/mlx5_ib.h
397
struct mlx5_core_qp core_qp;
drivers/infiniband/hw/mlx5/mlx5_ib.h
431
struct mlx5_core_qp mqp;
drivers/infiniband/hw/mlx5/odp.c
1364
struct mlx5_core_qp *mqp = (struct mlx5_core_qp *)res;
drivers/infiniband/hw/mlx5/qp.c
406
static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type)
drivers/infiniband/hw/mlx5/qp.c
5191
static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type)
drivers/infiniband/hw/mlx5/qp.c
80
struct mlx5_core_qp *qp;
drivers/infiniband/hw/mlx5/qp.h
26
int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
drivers/infiniband/hw/mlx5/qp.h
29
void *qpc, struct mlx5_core_qp *qp, u32 *ece);
drivers/infiniband/hw/mlx5/qp.h
30
int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp);
drivers/infiniband/hw/mlx5/qp.h
32
int mlx5_core_qp_query(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
drivers/infiniband/hw/mlx5/qp.h
40
struct mlx5_core_qp *rq);
drivers/infiniband/hw/mlx5/qp.h
42
struct mlx5_core_qp *sq);
drivers/infiniband/hw/mlx5/qp.h
44
struct mlx5_core_qp *sq);
drivers/infiniband/hw/mlx5/qp.h
47
struct mlx5_core_qp *rq);
drivers/infiniband/hw/mlx5/qpc.c
116
struct mlx5_core_qp *qp;
drivers/infiniband/hw/mlx5/qpc.c
148
qp = (struct mlx5_core_qp *)common;
drivers/infiniband/hw/mlx5/qpc.c
162
struct mlx5_core_qp *qp, int rsc_type)
drivers/infiniband/hw/mlx5/qpc.c
184
struct mlx5_core_qp *qp,
drivers/infiniband/hw/mlx5/qpc.c
196
struct mlx5_core_qp *qp)
drivers/infiniband/hw/mlx5/qpc.c
213
struct mlx5_core_qp *qp = &dct->mqp;
drivers/infiniband/hw/mlx5/qpc.c
224
struct mlx5_core_qp *qp = &dct->mqp;
drivers/infiniband/hw/mlx5/qpc.c
246
int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
drivers/infiniband/hw/mlx5/qpc.c
283
struct mlx5_core_qp *qp = &dct->mqp;
drivers/infiniband/hw/mlx5/qpc.c
321
int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp)
drivers/infiniband/hw/mlx5/qpc.c
496
void *qpc, struct mlx5_core_qp *qp, u32 *ece)
drivers/infiniband/hw/mlx5/qpc.c
542
int mlx5_core_qp_query(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
drivers/infiniband/hw/mlx5/qpc.c
558
struct mlx5_core_qp *qp = &dct->mqp;
drivers/infiniband/hw/mlx5/qpc.c
600
struct mlx5_core_qp *rq)
drivers/infiniband/hw/mlx5/qpc.c
624
struct mlx5_core_qp *rq)
drivers/infiniband/hw/mlx5/qpc.c
653
struct mlx5_core_qp *sq)
drivers/infiniband/hw/mlx5/qpc.c
678
struct mlx5_core_qp *sq)
drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
303
static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
538
int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp)
drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
555
void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp)
drivers/vdpa/mlx5/net/mlx5_vnet.c
85
struct mlx5_core_qp mqp;
include/linux/mlx5/qp.h
518
void (*event) (struct mlx5_core_qp *, int);
include/linux/mlx5/qp.h
526
struct mlx5_core_qp mqp;
include/linux/mlx5/qp.h
530
int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
include/linux/mlx5/qp.h
531
void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);