Home
last modified time | relevance | path

Searched refs:hca_max_ipv6_chan (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h339 uint_t hca_max_ipv6_chan; /* Max IPV6 channels in HCA */ member
434 uint_t hca_max_ipv6_chan; /* Max IPV6 channels in HCA */ member
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_ci_types.h398 #define hca_max_ipv6_qp hca_max_ipv6_chan
H A Dibtl_types.h467 uint_t hca_max_ipv6_chan; /* Max IPV6 channels in HCA */ member
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2914 (x)->hca_max_ipv6_chan = (y)->hca_max_ipv6_chan; \
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1720 resp.max_raw_ipv6_qp = hca_attr.hca_max_ipv6_chan; in sol_uverbs_query_device()