Searched refs:IBT_PATH_AVAIL (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c532 * Sorting is only performed, if IBT_PATH_AVAIL is set.
534 if (((attr->pa_mtu.r_selector == IBT_GT) || (flags & IBT_PATH_AVAIL)) &&
548 (flags & IBT_PATH_AVAIL) && (!(flags & IBT_PATH_APM))) {
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c463 /* Ignore IBT_PATH_AVAIL flag, if only one path is requested. */
464 if ((flags & IBT_PATH_AVAIL) && (max_paths == 1)) {
465 flags &= ~IBT_PATH_AVAIL;
468 "Ignoring IBT_PATH_AVAIL flag, as only ONE path "
521 * IBT_PATH_AVAIL & IBT_PATH_PERF are mutually exclusive.
523 if ((flags & IBT_PATH_AVAIL) && (flags & IBT_PATH_PERF)) {
531 if ((flags & (IBT_PATH_AVAIL | IBT_PATH_PERF)) &&
535 "when IBT_PATH_AVAIL or IBT_PATH_PERF flag is specified.",
1550 if (p_arg->flags & IBT_PATH_AVAIL) {
1595 if (p_arg->flags & (IBT_PATH_APM | IBT_PATH_AVAIL)) {
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h48 * if IBT_PATH_PERF or IBT_PATH_AVAIL flag (ibt_path_flags_t) is set.
293 IBT_PATH_AVAIL = 1 << 2, enumerator in enum:ibt_path_flags_e
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c8123 status = ibt_get_alt_path(ep_rp->ep_chan_hdl, IBT_PATH_AVAIL,

Completed in 661 milliseconds