Searched refs:multipath_rec (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c481 ib_multipath_rec_t multipath_rec; local
700 memset(&multipath_rec, 0, sizeof(ib_multipath_rec_t));
705 sa_mad_data.p_attr = &multipath_rec;
707 multipath_rec.num_path = p_mpr_req->num_path;
709 multipath_rec.num_path |= 0x80;
711 multipath_rec.num_path &= ~0x80;
712 multipath_rec.pkey = p_mpr_req->pkey;
713 ib_multipath_rec_set_sl(&multipath_rec, p_mpr_req->sl);
714 ib_multipath_rec_set_qos_class(&multipath_rec, 0);
715 multipath_rec
[all...]

Completed in 95 milliseconds