Searched refs:mlx5_core_qp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/mlx5/ |
| D | qp.h | 463 struct mlx5_core_qp { struct 465 void (*event) (struct mlx5_core_qp *, int); argument 560 static inline struct mlx5_core_qp *__mlx5_qp_lookup(struct mlx5_core_dev *dev, u32 qpn) in __mlx5_qp_lookup() 571 struct mlx5_core_qp *qp, 576 struct mlx5_core_qp *qp); 578 struct mlx5_core_qp *qp); 579 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, 594 struct mlx5_core_qp *rq); 596 struct mlx5_core_qp *rq); 598 struct mlx5_core_qp *sq); [all …]
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_qp.c | 68 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() 156 struct mlx5_core_qp *qp) in mlx5_core_destroy_qp() 284 struct mlx5_core_qp *qp) in mlx5_core_qp_modify() 313 int mlx5_core_qp_query(struct mlx5_core_dev *dev, struct mlx5_core_qp *qp, in mlx5_core_qp_query() 473 struct mlx5_core_qp *rq) in mlx5_core_create_rq_tracked() 490 struct mlx5_core_qp *rq) in mlx5_core_destroy_rq_tracked() [all …]
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/ |
| D | conn.h | 69 struct mlx5_core_qp mqp;
|
| D | mlx5fpga_conn.c | 374 static void mlx5_fpga_conn_event(struct mlx5_core_qp *mqp, int event) in mlx5_fpga_conn_event()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib.h | 227 struct mlx5_core_qp core_qp; 291 struct mlx5_core_qp mqp; 721 static inline struct mlx5_ib_qp *to_mibqp(struct mlx5_core_qp *mqp) in to_mibqp() 726 static inline struct mlx5_ib_rwq *to_mibrwq(struct mlx5_core_qp *core_qp) in to_mibrwq()
|
| D | mlx5_ib_cq.c | 518 struct mlx5_core_qp *mqp; in mlx5_poll_one()
|
| D | mlx5_ib_qp.c | 185 static void mlx5_ib_qp_event(struct mlx5_core_qp *qp, int type) in mlx5_ib_qp_event() 4601 static void mlx5_ib_wq_event(struct mlx5_core_qp *core_qp, int type) in mlx5_ib_wq_event()
|