Searched defs:path_tq (Results 1 - 1 of 1) sorted by relevance

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

Completed in 75 milliseconds