sc_percent_to_threshold
thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50),
thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50),
thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext],
thresh = sc_percent_to_threshold(sc, 50);
thresh = sc_percent_to_threshold(sc,
thresh = min(sc_percent_to_threshold(sc, 50),
u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);