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) {
342 if ((attr->pa_mtu.r_selector == IBT_GT) &&
343 (attr->pa_mtu.r_mtu >= pinfop->p_mtu))
345 else if ((attr->pa_mtu.r_selector == IBT_EQU) &&
346 (attr->pa_mtu.r_mtu > pinfop->p_mtu))
534 if (((attr->pa_mtu.r_selector == IBT_GT) || (flags & IBT_PATH_AVAIL)) &&
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1185 if (attrp->pa_mtu.r_selector == IBT_BEST) {
1214 if (attrp->pa_mtu.r_mtu) {
1215 pathrec_req.Mtu = attrp->pa_mtu.r_mtu;
1216 pathrec_req.MtuSelector = attrp->pa_mtu.r_selector;
1501 if (attrp->pa_mtu.r_selector == IBT_BEST) {
1532 if (attrp->pa_mtu.r_mtu) {
1533 mpr_req->Mtu = attrp->pa_mtu.r_mtu;
1534 mpr_req->MtuSelector = attrp->pa_mtu.r_selector;
3783 bcopy(&p_arg->attr.ipa_mtu, &attr.pa_mtu, sizeof (ibt_mtu_req_t));
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h326 ibt_mtu_req_t pa_mtu; member in struct:ibt_path_attr_s

Completed in 59 milliseconds