Searched refs:mpr_req (Results 1 – 1 of 1) sorted by relevance
1379 sa_multipath_record_t *mpr_req; in ibcm_get_multi_pathrec() local1420 mpr_req = kmem_zalloc(template_len, KM_SLEEP); in ibcm_get_multi_pathrec()1422 ASSERT(mpr_req != NULL); in ibcm_get_multi_pathrec()1424 gid_ptr = (ib_gid_t *)(((uchar_t *)mpr_req) + in ibcm_get_multi_pathrec()1440 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mpr_req)) in ibcm_get_multi_pathrec()1442 mpr_req->SGIDCount = sgid_cnt; in ibcm_get_multi_pathrec()1457 mpr_req->DGIDCount = dgid_cnt; in ibcm_get_multi_pathrec()1462 mpr_req->FlowLabel = attrp->pa_flow; in ibcm_get_multi_pathrec()1468 mpr_req->HopLimit = attrp->pa_hop; in ibcm_get_multi_pathrec()1474 mpr_req->TClass = attrp->pa_tclass; in ibcm_get_multi_pathrec()[all …]