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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h320 uint_t hca_max_sgl; /* Max SGL entries per WR */ member in struct:ibnex_ctl_hca_info_s
415 uint_t hca_max_sgl; /* Max SGL entries per WR */ member in struct:ibnex_ctl_hca_info_32_s
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c106 rds_ibdev->max_sge = min(dev_attr->hca_max_sgl, RDSV3_IB_MAX_SGE);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c637 caps->cp_max_sgl = hca_attrs->hca_max_sgl;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h448 uint_t hca_max_sgl; /* Max SGL entries per WR */ member in struct:ibt_hca_attr_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1699 resp.max_sge = hca_attr.hca_max_sgl;
1700 resp.max_sge_rd = hca_attr.hca_max_sgl;
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2901 (x)->hca_max_sgl = (y)->hca_max_sgl; \
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1253 if (args.ep_ch_sizes.dcs_sq_sgl > hca_attrp->hca_max_sgl) {
1259 if (args.ep_ch_sizes.dcs_rq_sgl > hca_attrp->hca_max_sgl) {
4405 args.hca_attr.dhca_max_sgl = hcap->hca_max_sgl;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1909 hca_attr->hca_max_sgl = val;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c771 attr->max_sge = hattr.hca_max_sgl;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2486 state->id_max_sqseg = hca_attrs.hca_max_sgl;
2487 state->rc_tx_max_sqseg = hca_attrs.hca_max_sgl;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2582 hca_attr->hca_max_sgl = (uint_t)val;

Completed in 152 milliseconds