Searched refs:qp_tab_size (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/ofed/include/uapi/rdma/
H A Dmlx4-abi.h64 __u32 qp_tab_size; member in struct:mlx4_ib_alloc_ucontext_resp_v3
71 __u32 qp_tab_size; member in struct:mlx4_ib_alloc_ucontext_resp
H A Dmthca-abi.h57 __u32 qp_tab_size; member in struct:mthca_alloc_ucontext_resp
H A Dmlx5-abi.h108 __u32 qp_tab_size; member in struct:mlx5_ib_alloc_ucontext_resp
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_user.h54 __u32 qp_tab_size; member in struct:mthca_alloc_ucontext_resp
H A Dmthca_provider.c313 uresp.qp_tab_size = to_mdev(ibdev)->limits.num_qps;
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dmlx4-abi.h49 __u32 qp_tab_size; member in struct:mlx4_alloc_ucontext_resp_v3
61 __u32 qp_tab_size; member in struct:mlx4_alloc_ucontext_resp
H A Dmlx4.c167 context->num_qps = resp_v3.qp_tab_size;
175 context->num_qps = resp.qp_tab_size;
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dmlx5-abi.h84 __u32 qp_tab_size; member in struct:mlx5_alloc_ucontext_resp
H A Dmlx5.c811 context->max_num_qps = resp.qp_tab_size;
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1057 resp_v3.qp_tab_size = dev->dev->caps.num_qps;
1062 resp.qp_tab_size = dev->dev->caps.num_qps;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1246 resp.qp_tab_size = 1 << MLX5_CAP_GEN(dev->mdev, log_max_qp);

Completed in 194 milliseconds