Searched refs:mlx5_core_qp (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/mlx5/ |
D | qp.h | 26 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);
|
D | qpc.c | 114 struct mlx5_core_qp *qp; in rsc_event_notifier() 146 qp = (struct mlx5_core_qp *)common; in rsc_event_notifier() 160 struct mlx5_core_qp *qp, int rsc_type) in create_resource_common() 182 struct mlx5_core_qp *qp) in destroy_resource_common() 199 struct mlx5_core_qp *qp = &dct->mqp; in _mlx5_core_destroy_dct() 210 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_create_dct() 232 int mlx5_qpc_create_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp, in mlx5_qpc_create_qp() 268 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_drain_dct() 306 int mlx5_core_destroy_qp(struct mlx5_ib_dev *dev, struct mlx5_core_qp *qp) in mlx5_core_destroy_qp() 480 void *qpc, struct mlx5_core_qp *qp, u32 *ece) in mlx5_core_qp_modify() [all …]
|
D | mlx5_ib.h | 392 struct mlx5_core_qp core_qp; 426 struct mlx5_core_qp mqp; 1197 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp() 1202 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
|
D | odp.c | 1180 struct mlx5_core_qp *mqp = (struct mlx5_core_qp *)res; in res_to_qp()
|
D | cq.c | 454 struct mlx5_core_qp *mqp; in mlx5_poll_one()
|
D | qp.c | 80 struct mlx5_core_qp *qp; 406 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 5151 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()
|
/linux-6.6.21/include/linux/mlx5/ |
D | qp.h | 512 struct mlx5_core_qp { struct 514 void (*event) (struct mlx5_core_qp *, int); argument 522 struct mlx5_core_qp mqp; argument 526 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp); 527 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 291 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field() 526 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add() 543 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
|
/linux-6.6.21/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 72 struct mlx5_core_qp mqp;
|