Searched refs:mlx5_core_qp (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/infiniband/hw/mlx5/
H A Dqp.h26 int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
29 void *qpc, struct mlx5_core_qp *qp, u32 *ece);
30 int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp);
32 int mlx5_core_qp_query(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
40 struct mlx5_core_qp *rq);
42 struct mlx5_core_qp *sq);
44 struct mlx5_core_qp *sq);
47 struct mlx5_core_qp *rq);
H A Dqpc.c114 struct mlx5_core_qp *qp;
146 qp = (struct mlx5_core_qp *)common;
160 struct mlx5_core_qp *qp, int rsc_type)
182 struct mlx5_core_qp *qp)
199 struct mlx5_core_qp *qp = &dct->mqp;
210 struct mlx5_core_qp *qp = &dct->mqp;
232 int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp,
268 struct mlx5_core_qp *qp = &dct->mqp;
306 int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp)
480 void *qpc, struct mlx5_core_qp *q
[all...]
H A Dmlx5_ib.h392 struct mlx5_core_qp core_qp;
426 struct mlx5_core_qp mqp;
1213 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp)
1218 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp)
H A Dodp.c1180 struct mlx5_core_qp *mqp = (struct mlx5_core_qp *)res;
H A Dcq.c454 struct mlx5_core_qp *mqp;
H A Dqp.c80 struct mlx5_core_qp *qp;
406 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type)
5150 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type)
/linux-master/include/linux/mlx5/
H A Dqp.h515 struct mlx5_core_qp { struct
517 void (*event) (struct mlx5_core_qp *, int);
525 struct mlx5_core_qp mqp;
529 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
530 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c303 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
538 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp)
555 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp)
/linux-master/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c73 struct mlx5_core_qp mqp;

Completed in 265 milliseconds