Home
last modified time | relevance | path

Searched refs:hca_max_pd (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h354 uint_t hca_max_pd; /* Max# of Protection Domains */ member
449 uint_t hca_max_pd; /* Max# of Protection Domains */ member
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h485 uint_t hca_max_pd; /* Max# of Protection Domains */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2923 (x)->hca_max_pd = (y)->hca_max_pd; \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c776 attr->max_pd = hattr.hca_max_pd; in ib_query_device()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c1828 hca_attr->hca_max_pd = val; in tavor_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1704 resp.max_pd = hca_attr.hca_max_pd; in sol_uverbs_query_device()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c2739 hca_attr->hca_max_pd = (uint_t)val; in hermon_soft_state_init()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c4416 args.hca_attr.dhca_max_pd = hcap->hca_max_pd; in daplka_ia_query()
8389 max_pds = daplka_max_pd_percent * hca_p->hca_attr.hca_max_pd / 100; in daplka_ibt_alloc_pd()