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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1168 pathrec_req.PacketLifeTimeSelector = IBT_BEST;
1169 pathrec_req.MtuSelector = IBT_BEST;
1170 pathrec_req.RateSelector = IBT_BEST;
1175 if (attrp->pa_pkt_lt.p_selector == IBT_BEST) {
1176 pathrec_req.PacketLifeTimeSelector = IBT_BEST;
1180 if (attrp->pa_srate.r_selector == IBT_BEST) {
1181 pathrec_req.RateSelector = IBT_BEST;
1185 if (attrp->pa_mtu.r_selector == IBT_BEST) {
1186 pathrec_req.MtuSelector = IBT_BEST;
1484 mpr_req->PacketLifeTimeSelector = IBT_BEST;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ib_cma.c923 mcg_attr.mc_mtu_req.r_selector = IBT_BEST;
928 mcg_attr.mc_pkt_lt_req.p_selector = IBT_BEST;
930 mcg_attr.mc_rate_req.r_selector = IBT_BEST;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h126 * The interpretation of IBT_BEST depends on the attribute being selected.
132 IBT_BEST = 3 /* Best */ enumerator in enum:ibt_selector_e

Completed in 85 milliseconds