Searched refs:mlx5_core_qp (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | qp.h | 16 int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp, 19 void *qpc, struct mlx5_core_qp *qp, u32 *ece); 20 int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp); 22 int mlx5_core_qp_query(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp, 30 struct mlx5_core_qp *rq); 32 struct mlx5_core_qp *sq); 34 struct mlx5_core_qp *sq); 37 struct mlx5_core_qp *rq);
|
A D | qpc.c | 98 struct mlx5_core_qp *qp; in rsc_event_notifier() 136 qp = (struct mlx5_core_qp *)common; in rsc_event_notifier() 177 struct mlx5_core_qp *qp) in destroy_resource_common() 194 struct mlx5_core_qp *qp = &dct->mqp; in _mlx5_core_destroy_dct() 218 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_create_dct() 276 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_drain_dct() 523 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_dct_query() 565 struct mlx5_core_qp *rq) in mlx5_core_create_rq_tracked() 589 struct mlx5_core_qp *rq) in mlx5_core_destroy_rq_tracked() 607 struct mlx5_core_qp *sq) in mlx5_core_create_sq_tracked() [all …]
|
A D | mlx5_ib.h | 379 struct mlx5_core_qp core_qp; 413 struct mlx5_core_qp mqp; 1171 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp() 1176 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
|
A D | odp.c | 1180 struct mlx5_core_qp *mqp = (struct mlx5_core_qp *)res; in res_to_qp()
|
A D | cq.c | 454 struct mlx5_core_qp *mqp; in mlx5_poll_one()
|
A D | qp.c | 76 struct mlx5_core_qp *qp; 402 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 5113 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | qp.h | 502 struct mlx5_core_qp { struct 504 void (*event) (struct mlx5_core_qp *, int); argument 512 struct mlx5_core_qp mqp; argument 516 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp); 517 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | debugfs.c | 262 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field() 497 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add() 514 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
|
/linux-6.3-rc2/drivers/vdpa/mlx5/net/ |
A D | mlx5_vnet.c | 72 struct mlx5_core_qp mqp;
|
Completed in 38 milliseconds