Searched defs:rwq (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 932 struct mlx5_rwq *rwq, in mlx5_calc_rwq_size() argument 2021 static void mlx5_free_rwq_buf(struct mlx5_rwq *rwq, struct ibv_context *context) in mlx5_free_rwq_buf() argument 2030 mlx5_alloc_rwq_buf(struct ibv_context * context,struct mlx5_rwq * rwq,int size) mlx5_alloc_rwq_buf() argument 2064 struct mlx5_rwq *rwq; mlx5_create_wq() local 2154 struct mlx5_rwq *rwq = to_mrwq(wq); mlx5_modify_wq() local 2178 struct mlx5_rwq *rwq = to_mrwq(wq); mlx5_destroy_wq() local [all...] |
H A D | qp.c | 66 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() local
|
H A D | mlx5dv.h | 171 } rwq; member
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_qp.c | 684 static void destroy_user_rq(struct ib_pd *pd, struct mlx5_ib_rwq *rwq, in destroy_user_rq() 699 struct mlx5_ib_rwq *rwq, in create_user_rq() 4670 struct mlx5_ib_rwq *rwq = to_mibrwq(core_qp); in mlx5_ib_wq_event() local 4690 static int create_rq(struct mlx5_ib_rwq *rwq, struct ib_pd *pd, in create_rq() 4736 struct mlx5_ib_rwq *rwq) in set_user_rq_size() 4756 struct mlx5_ib_rwq *rwq) in prepare_user_rq() 4813 struct mlx5_ib_rwq *rwq; in mlx5_ib_create_wq() local 4870 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_destroy_wq() local 4970 struct mlx5_ib_rwq *rwq = to_mrwq(wq); in mlx5_ib_modify_wq() local
|