Lines Matching refs:vld
5798 if (dd->vld[15].sc == sc)
5801 if (dd->vld[i].sc == sc)
10121 u32 maxvlmtu = dd->vld[15].mtu;
10122 u64 len1 = 0, len2 = (((dd->vld[15].mtu + max_hb) >> 2)
10129 if (dd->vld[i].mtu > maxvlmtu)
10130 maxvlmtu = dd->vld[i].mtu;
10132 len1 |= (((dd->vld[i].mtu + max_hb) >> 2)
10136 len2 |= (((dd->vld[i].mtu + max_hb) >> 2)
10145 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50),
10146 sc_mtu_to_threshold(dd->vld[i].sc,
10147 dd->vld[i].mtu,
10154 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50),
10155 sc_mtu_to_threshold(dd->vld[15].sc,
10156 dd->vld[15].mtu,
10158 sc_set_cr_threshold(dd->vld[15].sc, thres);
10652 if ((reg && !ppd->dd->vld[i].mtu) ||
10653 (!reg && ppd->dd->vld[i].mtu))
15042 dd->vld[vl].mtu = hfi1_max_mtu;
15043 dd->vld[15].mtu = MAX_MAD_PACKET;