Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c2827 static int bnx2x_eee_nvram_to_time(u32 nvram_mode, u32 *idle_timer) in bnx2x_eee_nvram_to_time() argument
2831 *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() argument
2849 switch (idle_timer) { in bnx2x_eee_time_to_nvram()