Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ci.c2443 if (!(flags & IBT_SRQ_SET_SIZE)) { in tavor_ci_modify_srq()
2450 if ((flags & IBT_SRQ_SET_SIZE) && !resize_supported) { in tavor_ci_modify_srq()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h208 IBT_SRQ_SET_SIZE = (1 << 1), enumerator
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ci.c1990 if (!(flags & IBT_SRQ_SET_SIZE)) { in hermon_ci_modify_srq()
1997 if ((flags & IBT_SRQ_SET_SIZE) && !resize_supported) { in hermon_ci_modify_srq()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c2043 flags = IBT_SRQ_SET_SIZE; in sol_uverbs_modify_srq()
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c6033 status = ibt_modify_srq(srq_rp->srq_hdl, IBT_SRQ_SET_SIZE, in daplka_srq_resize()