Searched refs:max_paths (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_path.c | 61 uint8_t max_paths; member 84 ibt_path_flags_t flags, uint8_t max_paths); 87 ibt_path_flags_t flags, uint8_t max_paths, ibt_path_info_t *paths, 121 ibt_path_attr_t *attrp, uint8_t max_paths, ibt_path_handler_t func, in ibt_aget_paths() argument 125 ibt_hdl, ibtl_cm_get_clnt_name(ibt_hdl), flags, attrp, max_paths, in ibt_aget_paths() 135 return (ibcm_handle_get_path(attrp, flags, max_paths, NULL, NULL, in ibt_aget_paths() 246 uint8_t max_paths, ibt_path_info_t *path, uint8_t *num_paths_p) in ibcm_path_cache_check() argument 252 if (max_paths != 1 || attrp->pa_num_dgids != 1 || in ibcm_path_cache_check() 309 ibt_path_attr_t *attrp, uint8_t max_paths, ibt_path_info_t *path) in ibcm_path_cache_add() argument 315 if (max_paths != 1 || attrp->pa_num_dgids != 1 || in ibcm_path_cache_add() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 805 ibt_path_attr_t *attr, uint8_t max_paths, ibt_path_info_t *paths, 821 ibt_path_attr_t *attr, uint8_t max_paths, ibt_path_handler_t func,
|