Searched refs:mpr_req (Results 1 – 1 of 1) sorted by relevance
1378 sa_multipath_record_t *mpr_req; in ibcm_get_multi_pathrec() local1419 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibcm_get_multi_pathrec()1421 ASSERT(mpr_req != NULL); in ibcm_get_multi_pathrec()1423 gid_ptr = (ib_gid_t *)(((uchar_t *)mpr_req) + in ibcm_get_multi_pathrec()1439 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mpr_req)) in ibcm_get_multi_pathrec()1441 mpr_req->SGIDCount = sgid_cnt; in ibcm_get_multi_pathrec()1456 mpr_req->DGIDCount = dgid_cnt; in ibcm_get_multi_pathrec()1461 mpr_req->FlowLabel = attrp->pa_flow; in ibcm_get_multi_pathrec()1467 mpr_req->HopLimit = attrp->pa_hop; in ibcm_get_multi_pathrec()1473 mpr_req->TClass = attrp->pa_tclass; in ibcm_get_multi_pathrec()[all …]