Searched refs:mlx5_qp (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h221 struct mlx5_qp **table;
397 struct mlx5_qp { struct
507 static inline struct mlx5_qp *to_mqp(struct ibv_qp *ibqp)
511 return container_of(vqp, struct mlx5_qp, verbs_qp);
534 static inline struct mlx5_qp *rsc_to_mqp(struct mlx5_resource *rsc)
536 return (struct mlx5_qp *)rsc;
633 void mlx5_init_qp_indices(struct mlx5_qp *qp);
642 struct mlx5_qp *qp);
643 void mlx5_set_sq_sizes(struct mlx5_qp *qp, struct ibv_qp_cap *cap,
645 struct mlx5_qp *mlx5_find_q
[all...]
H A Dqp.c61 static void *get_recv_wqe(struct mlx5_qp *qp, int n)
93 int mlx5_copy_to_recv_wqe(struct mlx5_qp *qp, int idx, void *buf, int size)
105 int mlx5_copy_to_send_wqe(struct mlx5_qp *qp, int idx, void *buf, int size)
153 void *mlx5_get_send_wqe(struct mlx5_qp *qp, int n)
164 void mlx5_init_qp_indices(struct mlx5_qp *qp)
239 unsigned bytecnt, struct mlx5_qp *qp)
269 static int set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr,
319 static void dump_wqe(FILE *fp, int idx, int size_16, struct mlx5_qp *qp)
340 void *mlx5_get_atomic_laddr(struct mlx5_qp *qp, uint16_t idx, int *byte_count)
421 static void set_umr_data_seg(struct mlx5_qp *q
[all...]
H A Dverbs.c808 struct mlx5_qp *qp)
845 struct mlx5_qp *qp)
868 struct mlx5_qp *qp)
951 struct mlx5_qp *qp)
992 struct mlx5_qp *qp)
1014 static void map_uuar(struct ibv_context *context, struct mlx5_qp *qp,
1035 struct mlx5_qp *qp,
1132 static void mlx5_free_qp_buf(struct mlx5_qp *qp)
1156 struct mlx5_qp *qp)
1188 struct mlx5_qp *q
[all...]
H A Dsrq.c226 sizeof(struct mlx5_qp *));
H A Dcq.c148 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc);
189 struct mlx5_qp *qp = rsc_to_mqp(cur_rsc);
344 static inline struct mlx5_qp *get_req_context(struct mlx5_context *mctx,
348 static inline struct mlx5_qp *get_req_context(struct mlx5_context *mctx,
369 struct mlx5_qp *mqp;
532 struct mlx5_qp *mqp;
H A Dmlx5.c639 struct mlx5_qp *mqp = to_mqp(qp_in);
/freebsd-13-stable/sys/modules/mlx5/
H A DMakefile27 mlx5_qp.c \

Completed in 176 milliseconds