Searched refs:mlx5_core_qp (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/include/linux/mlx5/ |
D | qp.h | 476 struct mlx5_core_qp { struct 478 void (*event) (struct mlx5_core_qp *, int); argument 486 struct mlx5_core_qp mqp; argument 556 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup() 566 struct mlx5_core_qp *qp, 571 struct mlx5_core_qp *qp); 573 struct mlx5_core_qp *qp); 576 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, 588 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp); 589 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp); [all …]
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | qp.c | 130 struct mlx5_core_qp *qp; in rsc_event_notifier() 179 qp = (struct mlx5_core_qp *)common; in rsc_event_notifier() 197 struct mlx5_core_qp *qp, in create_resource_common() 220 struct mlx5_core_qp *qp) in destroy_resource_common() 238 struct mlx5_core_qp *qp = &dct->mqp; in _mlx5_core_destroy_dct() 269 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_create_dct() 295 struct mlx5_core_qp *qp, in mlx5_core_create_qp() 342 struct mlx5_core_qp *qp = &dct->mqp; in mlx5_core_drain_dct() 359 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp() 508 struct mlx5_core_qp *qp) in mlx5_core_qp_modify() [all …]
|
D | debugfs.c | 202 static u64 qp_read_field(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in qp_read_field() 449 int mlx5_debug_qp_add(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_add() 465 void mlx5_debug_qp_remove(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp) in mlx5_debug_qp_remove()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ipoib.h | 54 struct mlx5_core_qp qp; 65 int mlx5i_create_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp); 66 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp);
|
D | ipoib.c | 163 struct mlx5_core_qp *qp = &ipriv->qp; in mlx5i_init_underlay_qp() 220 int mlx5i_create_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_create_underlay_qp() 254 void mlx5i_destroy_underlay_qp(struct mlx5_core_dev *mdev, struct mlx5_core_qp *qp) in mlx5i_destroy_underlay_qp()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.h | 68 struct mlx5_core_qp mqp;
|
D | conn.c | 374 static void mlx5_fpga_conn_event(struct mlx5_core_qp *mqp, int event) in mlx5_fpga_conn_event()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 301 struct mlx5_core_qp core_qp; 347 struct mlx5_core_qp mqp; 1032 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp() 1037 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
|
D | odp.c | 1152 struct mlx5_core_qp *mqp = (struct mlx5_core_qp *)res; in res_to_qp()
|
D | cq.c | 424 struct mlx5_core_qp *mqp; in mlx5_poll_one()
|
D | qp.c | 283 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 5875 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_types.h | 973 struct mlx5_core_qp mqp;
|
D | dr_send.c | 102 static void dr_qp_event(struct mlx5_core_qp *mqp, int event) in dr_qp_event()
|