Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h430 struct mlx5_rwq { struct
514 static inline struct mlx5_rwq *to_mrwq(struct ibv_wq *ibwq) in to_mrwq()
516 return container_of(ibwq, struct mlx5_rwq, wq); in to_mrwq()
544 static inline struct mlx5_rwq *rsc_to_mrwq(struct mlx5_resource *rsc) in rsc_to_mrwq()
546 return (struct mlx5_rwq *)rsc; in rsc_to_mrwq()
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) in get_wq_recv_wqe()
158 void mlx5_init_rwq_indices(struct mlx5_rwq *rwq) in mlx5_init_rwq_indices()
1049 static void set_wq_sig_seg(struct mlx5_rwq *rwq, struct mlx5_rwqe_sig *sig, in set_wq_sig_seg()
1064 struct mlx5_rwq *rwq = to_mrwq(ibwq); in mlx5_post_wq_recv()
H A Dverbs.c932 struct mlx5_rwq *rwq, in mlx5_calc_rwq_size()
2021 static void mlx5_free_rwq_buf(struct mlx5_rwq *rwq, struct ibv_context *context) in mlx5_free_rwq_buf()
2030 struct mlx5_rwq *rwq, in mlx5_alloc_rwq_buf()
2064 struct mlx5_rwq *rwq; in mlx5_create_wq()
2154 struct mlx5_rwq *rwq = to_mrwq(wq); in mlx5_modify_wq()
2178 struct mlx5_rwq *rwq = to_mrwq(wq); in mlx5_destroy_wq()
H A Dmlx5.c698 struct mlx5_rwq *mrwq = to_mrwq(wq_in); in mlx5dv_get_rwq()