Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h258 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);
H A Dpio.c576 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent) in sc_percent_to_threshold() function
771 thresh = sc_percent_to_threshold(sc, 50); in sc_alloc()
773 thresh = sc_percent_to_threshold(sc, in sc_alloc()
776 thresh = min(sc_percent_to_threshold(sc, 50), in sc_alloc()
1837 thres = min(sc_percent_to_threshold(dd->kernel_send_context[scontext], in set_threshold()