Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.py819 def modify_and_fetch_threshold(old_threshold, threshold_list): argument
844 for th in old_threshold:
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot210 [Arguments] ${old_threshold}
212 ${new_threshold}= Evaluate ${old_threshold} + 100
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c587 u32 old_threshold; in sc_set_cr_threshold() local
592 old_threshold = (sc->credit_ctrl >> in sc_set_cr_threshold()
596 if (new_threshold != old_threshold) { in sc_set_cr_threshold()