Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dpio.h258 u32 sc_percent_to_threshold(struct send_context *sc, u32 percent);
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()
Dchip.c10143 thres = min(sc_percent_to_threshold(dd->vld[i].sc, 50), in set_send_length()
10152 thres = min(sc_percent_to_threshold(dd->vld[15].sc, 50), in set_send_length()