Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c430 ibcm_path_tqargs_t *path_tq; in ibcm_handle_get_path() local
442 path_tq = kmem_alloc(len, sleep_flag); in ibcm_handle_get_path()
443 if (path_tq == NULL) { in ibcm_handle_get_path()
449 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*path_tq)) in ibcm_handle_get_path()
451 bcopy(attrp, &path_tq->attr, sizeof (ibt_path_attr_t)); in ibcm_handle_get_path()
454 path_tq->attr.pa_dgids = (ib_gid_t *)(((uchar_t *)path_tq) + in ibcm_handle_get_path()
457 bcopy(attrp->pa_dgids, path_tq->attr.pa_dgids, in ibcm_handle_get_path()
460 path_tq->attr.pa_dgids = NULL; in ibcm_handle_get_path()
472 path_tq->flags = flags; in ibcm_handle_get_path()
473 path_tq->max_paths = max_paths; in ibcm_handle_get_path()
[all …]