Searched refs:sc_percent_to_threshold (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pio.h | 300 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);
|
D | pio.c | 626 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold() function 820 thresh = sc_percent_to_threshold(sc, 50); in sc_alloc() 822 thresh = sc_percent_to_threshold(sc, in sc_alloc() 825 thresh = min(sc_percent_to_threshold(sc, 50), in sc_alloc() 1864 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()
|
D | chip.c | 10090 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length() 10099 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()
|