Searched refs:idle_timer (Results 1 – 1 of 1) sorted by relevance
2827 static int bnx2x_eee_nvram_to_time(u32 nvram_mode, u32 *idle_timer) in bnx2x_eee_nvram_to_time() argument2831 *idle_timer = EEE_MODE_NVRAM_BALANCED_TIME; in bnx2x_eee_nvram_to_time()2834 *idle_timer = EEE_MODE_NVRAM_AGGRESSIVE_TIME; in bnx2x_eee_nvram_to_time()2837 *idle_timer = EEE_MODE_NVRAM_LATENCY_TIME; in bnx2x_eee_nvram_to_time()2840 *idle_timer = 0; in bnx2x_eee_nvram_to_time()2847 static int bnx2x_eee_time_to_nvram(u32 idle_timer, u32 *nvram_mode) in bnx2x_eee_time_to_nvram() argument2849 switch (idle_timer) { in bnx2x_eee_time_to_nvram()