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) {
343 (attr->pa_mtu.r_mtu >= pinfop->p_mtu))
346 (attr->pa_mtu.r_mtu > pinfop->p_mtu))
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c1214 if (attrp->pa_mtu.r_mtu) {
1215 pathrec_req.Mtu = attrp->pa_mtu.r_mtu;
1532 if (attrp->pa_mtu.r_mtu) {
1533 mpr_req->Mtu = attrp->pa_mtu.r_mtu;
3250 if (attrp->ipa_mtu.r_mtu) {
3251 pathrec_req.Mtu = attrp->ipa_mtu.r_mtu;
3526 if (attrp->ipa_mtu.r_mtu) {
3527 mpr_req->Mtu = attrp->ipa_mtu.r_mtu;
H A Dibcm_ti.c4984 if (mcg_arg->mcg_attr.mc_mtu_req.r_mtu) {
4985 mcg_req.MTU = mcg_arg->mcg_attr.mc_mtu_req.r_mtu;
5407 if (mcg_attr->mc_mtu_req.r_mtu) {
5408 mcg_req.MTU = mcg_attr->mc_mtu_req.r_mtu;
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibti_common.h196 ib_mtu_t r_mtu; /* Requested MTU */ member in struct:ibt_mtu_req_s
197 ibt_selector_t r_selector; /* Qualifier for r_mtu */
/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;

Completed in 85 milliseconds