Searched refs:sc_percent_to_threshold (Results 1 – 3 of 3) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | pio.c | 618 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()
|
D | pio.h | 302 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);
|
D | chip.c | 10184 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()
|