Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mlx5/
HDqp.h468 struct mlx5_core_qp { struct
470 void (*event) (struct mlx5_core_qp *, int); argument
566 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
577 struct mlx5_core_qp *qp,
582 struct mlx5_core_qp *qp);
584 struct mlx5_core_qp *qp);
585 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
600 struct mlx5_core_qp *rq);
602 struct mlx5_core_qp *rq);
604 struct mlx5_core_qp *sq);
[all …]
/freebsd-14-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_qp.c66 struct mlx5_core_qp *qp; in mlx5_rsc_event()
73 qp = (struct mlx5_core_qp *)common; in mlx5_rsc_event()
85 struct mlx5_core_qp *qp, int rsc_type) in create_qprqsq_common()
106 struct mlx5_core_qp *qp, int rsc_type) in destroy_qprqsq_common()
120 struct mlx5_core_qp *qp, in mlx5_core_create_qp()
156 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
292 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
321 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query()
496 struct mlx5_core_qp *rq) in mlx5_core_create_rq_tracked()
515 struct mlx5_core_qp *rq) in mlx5_core_destroy_rq_tracked()
[all …]
/freebsd-14-stable/sys/dev/mlx5/mlx5_fpga/
HDconn.h67 struct mlx5_core_qp mqp;
HDmlx5fpga_conn.c372 static void mlx5_fpga_conn_event(struct mlx5_core_qp *mqp, int event) in mlx5_fpga_conn_event()
/freebsd-14-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib.h247 struct mlx5_core_qp core_qp;
312 struct mlx5_core_qp mqp;
823 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
828 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
HDmlx5_ib_cq.c521 struct mlx5_core_qp *mqp; in mlx5_poll_one()
HDmlx5_ib_qp.c187 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()
4668 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()