Searched refs:PECI_RETRY_INTERVAL_MAX (Results 1 – 1 of 1) sorted by relevance
86 #define PECI_RETRY_INTERVAL_MAX msecs_to_jiffies(128) macro174 wait_interval = min_t(long, wait_interval * 2, PECI_RETRY_INTERVAL_MAX); in peci_request_xfer_retry()