Home
last modified time | relevance | path

Searched refs:max_sge_rd (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c470 printf("\tmax_sge_rd:\t\t\t%d\n", device_attr.orig_attr.max_sge_rd); in print_hca_cap()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c316 props->max_sge_rd = 1; in c4iw_query_device()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h193 __u32 max_sge_rd; member
/freebsd/contrib/ofed/libibverbs/
H A Dkern-abi.h229 __u32 max_sge_rd; member
H A Dcmd.c83 device_attr->max_sge_rd = resp->max_sge_rd; in copy_query_dev_fields()
H A Dverbs.h156 int max_sge_rd; member
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c100 props->max_sge_rd = props->max_sge; in mthca_query_device()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c934 device->attrs.max_sge_rd); in ib_create_qp()
H A Dib_uverbs_cmd.c338 resp->max_sge_rd = attr->max_sge_rd; in copy_query_dev_fields()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h348 int max_sge_rd; member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c538 props->max_sge_rd = MLX4_MAX_SGE_RD; in mlx4_ib_query_device()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c774 props->max_sge_rd = MLX5_MAX_SGE_RD; in mlx5_ib_query_device()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c76 props->max_sge_rd = hw_attrs->uk_attrs.max_hw_read_sges; in irdma_query_device()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c507 attr->max_sge_rd = qattr->max_sge; in qlnxr_query_device()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c186 ib_attr->max_sge_rd = dev_attr->max_qp_sges; in bnxt_re_query_device()