Home
last modified time | relevance | path

Searched refs:mlx5_core_qp (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dqp.h468 struct mlx5_core_qp { struct
470 void (*event) (struct mlx5_core_qp *, int); argument
477 struct mlx5_core_qp mqp; argument
547 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
561 struct mlx5_core_qp *qp,
566 struct mlx5_core_qp *qp);
568 struct mlx5_core_qp *qp);
571 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
583 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
584 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp);
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c127 struct mlx5_core_qp *qp; in mlx5_rsc_event()
142 qp = (struct mlx5_core_qp *)common; in mlx5_rsc_event()
158 struct mlx5_core_qp *qp, in create_resource_common()
181 struct mlx5_core_qp *qp) in destroy_resource_common()
201 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_create_dct()
229 struct mlx5_core_qp *qp, in mlx5_core_create_qp()
274 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_drain_dct()
287 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_destroy_dct()
311 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
453 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
[all …]
Ddebugfs.c267 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field()
520 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add()
536 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.h54 struct mlx5_core_qp qp;
63 int mlx5i_create_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp);
64 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp);
Dipoib.c121 struct mlx5_core_qp *qp = &ipriv->qp; in mlx5i_init_underlay_qp()
178 int mlx5i_create_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_create_underlay_qp()
212 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_destroy_underlay_qp()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dconn.h68 struct mlx5_core_qp mqp;
Dconn.c374 static void mlx5_fpga_conn_event(struct mlx5_core_qp *mqp, int event) in mlx5_fpga_conn_event()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h290 struct mlx5_core_qp core_qp;
335 struct mlx5_core_qp mqp;
931 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
936 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
Dodp.c1011 struct mlx5_core_qp *mqp = __mlx5_qp_lookup(dev->mdev, wq_num); in mlx5_ib_odp_find_qp()
Dcq.c515 struct mlx5_core_qp *mqp; in mlx5_poll_one()
Dqp.c197 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()
5209 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()