Lines Matching refs:vld
5791 if (dd->vld[15].sc == sc) in sc_to_vl()
5794 if (dd->vld[i].sc == sc) in sc_to_vl()
10066 u32 maxvlmtu = dd->vld[15].mtu; in set_send_length()
10067 u64 len1 = 0, len2 = (((dd->vld[15].mtu + max_hb) >> 2) in set_send_length()
10074 if (dd->vld[i].mtu > maxvlmtu) in set_send_length()
10075 maxvlmtu = dd->vld[i].mtu; in set_send_length()
10077 len1 |= (((dd->vld[i].mtu + max_hb) >> 2) in set_send_length()
10081 len2 |= (((dd->vld[i].mtu + max_hb) >> 2) in set_send_length()
10090 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length()
10091 sc_mtu_to_threshold(dd->vld[i].sc, in set_send_length()
10092 dd->vld[i].mtu, in set_send_length()
10099 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()
10100 sc_mtu_to_threshold(dd->vld[15].sc, in set_send_length()
10101 dd->vld[15].mtu, in set_send_length()
10103 sc_set_cr_threshold(dd->vld[15].sc, thres); in set_send_length()
14980 dd->vld[vl].mtu = hfi1_max_mtu; in hfi1_init_dd()
14981 dd->vld[15].mtu = MAX_MAD_PACKET; in hfi1_init_dd()