Searched refs:IBT_PATH_PKEY (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_fip.c | 292 ret = ibt_get_paths(ss->nx_ibt_hdl, IBT_PATH_PKEY,
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 297 IBT_PATH_PKEY = 1 << 6 /* pa_pkey is specified. */ enumerator in enum:ibt_path_flags_e 332 ib_pkey_t pa_pkey; /* IBT_PATH_PKEY */
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 633 if (flags & IBT_PATH_PKEY) { 729 if (p_arg->flags & IBT_PATH_PKEY) 2053 if (p_arg->flags & IBT_PATH_PKEY) {
|
H A D | ibcm_ti.c | 1076 IBT_PATH_PKEY, &path_attr, 1, &path, NULL)) !=
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 2175 pathflags = IBT_PATH_PKEY;
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 1872 if (ibt_get_paths(state->id_ibt_hdl, IBT_PATH_PKEY, &path_attr, 1,
|
Completed in 1224 milliseconds