Home
last modified time | relevance | path

Searched refs:sc_percent_to_threshold (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/hfi1/
Dpio.c618 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold() function
813 thresh = sc_percent_to_threshold(sc, 50); in sc_alloc()
815 thresh = sc_percent_to_threshold(sc, in sc_alloc()
818 thresh = min(sc_percent_to_threshold(sc, 50), in sc_alloc()
1879 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()
Dpio.h302 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);
Dchip.c10184 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length()
10193 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()