Home
last modified time | relevance | path

Searched refs:r_mtu (Results 1 – 5 of 5) 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()
343 (attr->pa_mtu.r_mtu >= pinfop->p_mtu)) in ibtl_cm_get_cnt()
346 (attr->pa_mtu.r_mtu > pinfop->p_mtu)) in ibtl_cm_get_cnt()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1215 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()
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()
3251 if (attrp->ipa_mtu.r_mtu) { in ibcm_get_ip_spr()
3252 pathrec_req.Mtu = attrp->ipa_mtu.r_mtu; in ibcm_get_ip_spr()
3527 if (attrp->ipa_mtu.r_mtu) { in ibcm_get_ip_mpr()
3528 mpr_req->Mtu = attrp->ipa_mtu.r_mtu; in ibcm_get_ip_mpr()
H A Dibcm_ti.c4984 if (mcg_arg->mcg_attr.mc_mtu_req.r_mtu) { in ibcm_process_join_mcg()
4985 mcg_req.MTU = mcg_arg->mcg_attr.mc_mtu_req.r_mtu; in ibcm_process_join_mcg()
5407 if (mcg_attr->mc_mtu_req.r_mtu) { in ibt_query_mcg()
5408 mcg_req.MTU = mcg_attr->mc_mtu_req.r_mtu; in ibt_query_mcg()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h196 ib_mtu_t r_mtu; /* Requested MTU */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6343 mcg_attr.mc_mtu_req.r_mtu = state->id_mcinfo->mc_mtu; in ibd_async_setprom()