Lines Matching refs:vld
5838 if (dd->vld[15].sc == sc)
5841 if (dd->vld[i].sc == sc)
10160 u32 maxvlmtu = dd->vld[15].mtu;
10161 u64 len1 = 0, len2 = (((dd->vld[15].mtu + max_hb) >> 2)
10168 if (dd->vld[i].mtu > maxvlmtu)
10169 maxvlmtu = dd->vld[i].mtu;
10171 len1 |= (((dd->vld[i].mtu + max_hb) >> 2)
10175 len2 |= (((dd->vld[i].mtu + max_hb) >> 2)
10184 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50),
10185 sc_mtu_to_threshold(dd->vld[i].sc,
10186 dd->vld[i].mtu,
10193 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50),
10194 sc_mtu_to_threshold(dd->vld[15].sc,
10195 dd->vld[15].mtu,
10197 sc_set_cr_threshold(dd->vld[15].sc, thres);
10691 if ((reg && !ppd->dd->vld[i].mtu) ||
10692 (!reg && ppd->dd->vld[i].mtu))
15082 dd->vld[vl].mtu = hfi1_max_mtu;
15083 dd->vld[15].mtu = MAX_MAD_PACKET;