Home
last modified time | relevance | path

Searched refs:pa_mtu (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_cm.c341 if (attr->pa_mtu.r_mtu) { in ibtl_cm_get_cnt()
342 if ((attr->pa_mtu.r_selector == IBT_GT) && in ibtl_cm_get_cnt()
343 (attr->pa_mtu.r_mtu >= pinfop->p_mtu)) in ibtl_cm_get_cnt()
345 else if ((attr->pa_mtu.r_selector == IBT_EQU) && in ibtl_cm_get_cnt()
346 (attr->pa_mtu.r_mtu > pinfop->p_mtu)) in ibtl_cm_get_cnt()
534 if (((attr->pa_mtu.r_selector == IBT_GT) || (flags & IBT_PATH_AVAIL)) && in ibtl_cm_get_active_plist()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1186 if (attrp->pa_mtu.r_selector == IBT_BEST) { in ibcm_get_single_pathrec()
1215 if (attrp->pa_mtu.r_mtu) { in ibcm_get_single_pathrec()
1216 pathrec_req.Mtu = attrp->pa_mtu.r_mtu; in ibcm_get_single_pathrec()
1217 pathrec_req.MtuSelector = attrp->pa_mtu.r_selector; in ibcm_get_single_pathrec()
1502 if (attrp->pa_mtu.r_selector == IBT_BEST) { in ibcm_get_multi_pathrec()
1533 if (attrp->pa_mtu.r_mtu) { in ibcm_get_multi_pathrec()
1534 mpr_req->Mtu = attrp->pa_mtu.r_mtu; in ibcm_get_multi_pathrec()
1535 mpr_req->MtuSelector = attrp->pa_mtu.r_selector; in ibcm_get_multi_pathrec()
3784 bcopy(&p_arg->attr.ipa_mtu, &attr.pa_mtu, sizeof (ibt_mtu_req_t)); in ibcm_process_get_ip_paths()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h326 ibt_mtu_req_t pa_mtu; member