Searched refs:nvram_mode (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() argument2829 switch (nvram_mode) { 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() argument2851 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_BALANCED; in bnx2x_eee_time_to_nvram()2854 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_AGGRESSIVE; in bnx2x_eee_time_to_nvram()2857 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_LOW_LATENCY; in bnx2x_eee_time_to_nvram()2860 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_DISABLED; in bnx2x_eee_time_to_nvram()