Home
last modified time | relevance | path

Searched refs:mlx5_wqe_srq_next_seg (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/libmlx5/
HDsrq.c51 struct mlx5_wqe_srq_next_seg *next; in mlx5_copy_to_recv_srq()
75 struct mlx5_wqe_srq_next_seg *next; in mlx5_free_srq_wqe()
91 struct mlx5_wqe_srq_next_seg *next; in mlx5_post_srq_recv()
151 struct mlx5_wqe_srq_next_seg *next; in mlx5_alloc_srq_buf()
168 size = sizeof(struct mlx5_wqe_srq_next_seg) + in mlx5_alloc_srq_buf()
178 srq->max_gs = (size - sizeof(struct mlx5_wqe_srq_next_seg)) / in mlx5_alloc_srq_buf()
HDmlx5dv.h374 struct mlx5_wqe_srq_next_seg { struct
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_srq.c161 struct mlx5_wqe_srq_next_seg *next; in create_srq_kernel()
263 desc_size = sizeof(struct mlx5_wqe_srq_next_seg) + in mlx5_ib_create_srq()
271 if (desc_size < sizeof(struct mlx5_wqe_srq_next_seg)) { in mlx5_ib_create_srq()
275 srq->msrq.max_avail_gather = (desc_size - sizeof(struct mlx5_wqe_srq_next_seg)) / in mlx5_ib_create_srq()
418 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_free_srq_wqe()
434 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_post_srq_recv()
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_wq.c141 struct mlx5_wqe_srq_next_seg *next_seg; in mlx5_wq_ll_create()
/freebsd-11-stable/sys/dev/mlx5/
HDdevice.h769 struct mlx5_wqe_srq_next_seg { struct
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
HDen.h1017 struct mlx5_wqe_srq_next_seg next;