Home
last modified time | relevance | path

Searched refs:hca_max_srq_sgl (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h360 uint_t hca_max_srq_sgl; /* Max SGL entries per SRQ WR */ member
455 uint_t hca_max_srq_sgl; /* Max SGL entries per SRQ WR */ member
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c197 max_sgl = state->hs_ibtfinfo.hca_attr->hca_max_srq_sgl; in hermon_srq_alloc()
H A Dhermon.c2632 hca_attr->hca_max_srq_sgl = (uint_t)val; in hermon_soft_state_init()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h507 uint_t hca_max_srq_sgl; /* Max SGL entries per SRQ WR */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2927 (x)->hca_max_srq_sgl = (y)->hca_max_srq_sgl; \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c784 attr->max_srq_sge = hattr.hca_max_srq_sgl; in ib_query_device()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c1869 attr.srq_sgl_sz > uctxt->hca->attr.hca_max_srq_sgl) { in sol_uverbs_create_srq()
H A Dsol_uverbs.c1730 resp.max_srq_sge = hca_attr.hca_max_srq_sgl; in sol_uverbs_query_device()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1722 hca_attr->hca_max_srq_sgl = val; in tavor_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c4419 args.hca_attr.dhca_max_srq_sgl = hcap->hca_max_srq_sgl; in daplka_ia_query()
5897 if (args.srqc_sizes.srqs_sgl > hca_attrp->hca_max_srq_sgl) { in daplka_srq_create()