Home
last modified time | relevance | path

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
415 uint_t hca_max_sgl; /* Max SGL entries per WR */ member
/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); in rdsv3_ib_add_one()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c637 caps->cp_max_sgl = hca_attrs->hca_max_sgl; in eib_ibt_record_capab()
/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
/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; in sol_uverbs_query_device()
1700 resp.max_sge_rd = hca_attr.hca_max_sgl; in sol_uverbs_query_device()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2904 (x)->hca_max_sgl = (y)->hca_max_sgl; \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c771 attr->max_sge = hattr.hca_max_sgl; in ib_query_device()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1672 hca_attr->hca_max_sgl = val; in tavor_soft_state_init()
/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) { in daplka_ep_create()
1259 if (args.ep_ch_sizes.dcs_rq_sgl > hca_attrp->hca_max_sgl) { in daplka_ep_create()
4405 args.hca_attr.dhca_max_sgl = hcap->hca_max_sgl; in daplka_ia_query()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2486 state->id_max_sqseg = hca_attrs.hca_max_sgl; in ibd_record_capab()
2487 state->rc_tx_max_sqseg = hca_attrs.hca_max_sgl; in ibd_record_capab()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2582 hca_attr->hca_max_sgl = (uint_t)val; in hermon_soft_state_init()