Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/mlx5/
Dqp.h423 struct mlx5_core_qp { struct
425 void (*event) (struct mlx5_core_qp *, int); argument
649 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup()
660 struct mlx5_core_qp *qp,
665 struct mlx5_core_qp *qp);
667 struct mlx5_core_qp *qp);
668 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp,
682 struct mlx5_core_qp *rq);
684 struct mlx5_core_qp *rq);
686 struct mlx5_core_qp *sq);
[all …]
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_qp.c68 struct mlx5_core_qp *qp; in mlx5_rsc_event()
75 qp = (struct mlx5_core_qp *)common; in mlx5_rsc_event()
87 struct mlx5_core_qp *qp, int rsc_type) in create_qprqsq_common()
108 struct mlx5_core_qp *qp, int rsc_type) in destroy_qprqsq_common()
122 struct mlx5_core_qp *qp, in mlx5_core_create_qp()
169 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp()
196 struct mlx5_core_qp *qp) in mlx5_core_qp_modify()
224 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query()
438 struct mlx5_core_qp *rq) in mlx5_core_create_rq_tracked()
455 struct mlx5_core_qp *rq) in mlx5_core_destroy_rq_tracked()
[all …]
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib.h207 struct mlx5_core_qp mqp;
208 struct mlx5_core_qp mrq;
209 struct mlx5_core_qp msq;
587 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp()
592 static inline struct mlx5_ib_qp *sq_to_mibqp(struct mlx5_core_qp *msq) in sq_to_mibqp()
597 static inline struct mlx5_ib_qp *rq_to_mibqp(struct mlx5_core_qp *mrq) in rq_to_mibqp()
Dmlx5_ib_cq.c461 struct mlx5_core_qp *mqp; in mlx5_poll_one()
Dmlx5_ib_qp.c210 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event()