Searched refs:mlx5_rwq (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5.h430 struct mlx5_rwq { struct
514 static inline struct mlx5_rwq *to_mrwq(struct ibv_wq *ibwq)
516 return container_of(ibwq, struct mlx5_rwq, wq);
544 static inline struct mlx5_rwq *rsc_to_mrwq(struct mlx5_resource *rsc)
546 return (struct mlx5_rwq *)rsc;
634 void mlx5_init_rwq_indices(struct mlx5_rwq *rwq);
H A Dqp.c66 static void *get_wq_recv_wqe(struct mlx5_rwq *rwq, int n)
158 void mlx5_init_rwq_indices(struct mlx5_rwq *rwq)
1049 static void set_wq_sig_seg(struct mlx5_rwq *rwq, struct mlx5_rwqe_sig *sig,
1064 struct mlx5_rwq *rwq = to_mrwq(ibwq);
H A Dverbs.c916 struct mlx5_rwq *rwq,
1992 static void mlx5_free_rwq_buf(struct mlx5_rwq *rwq, struct ibv_context *context)
2001 struct mlx5_rwq *rwq,
2035 struct mlx5_rwq *rwq;
2117 struct mlx5_rwq *rwq = to_mrwq(wq);
2141 struct mlx5_rwq *rwq = to_mrwq(wq);
H A Dmlx5.c688 struct mlx5_rwq *mrwq = to_mrwq(wq_in);

Completed in 57 milliseconds