Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c431 ibcm_path_tqargs_t *path_tq; in ibcm_handle_get_path() local
443 path_tq = kmem_alloc(len, sleep_flag); in ibcm_handle_get_path()
444 if (path_tq == NULL) { in ibcm_handle_get_path()
450 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*path_tq)) in ibcm_handle_get_path()
452 bcopy(attrp, &path_tq->attr, sizeof (ibt_path_attr_t)); in ibcm_handle_get_path()
455 path_tq->attr.pa_dgids = (ib_gid_t *)(((uchar_t *)path_tq) + in ibcm_handle_get_path()
458 bcopy(attrp->pa_dgids, path_tq->attr.pa_dgids, in ibcm_handle_get_path()
461 path_tq->attr.pa_dgids = NULL; in ibcm_handle_get_path()
473 path_tq->flags = flags; in ibcm_handle_get_path()
474 path_tq->max_paths = max_paths; in ibcm_handle_get_path()
[all …]