Searched refs:nvram_mode (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c2837 static int bnx2x_eee_nvram_to_time(u32 nvram_mode, u32 *idle_timer) bnx2x_eee_nvram_to_time() argument
2839 switch (nvram_mode) { bnx2x_eee_nvram_to_time()
2857 static int bnx2x_eee_time_to_nvram(u32 idle_timer, u32 *nvram_mode) bnx2x_eee_time_to_nvram() argument
2861 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_BALANCED; bnx2x_eee_time_to_nvram()
2864 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_AGGRESSIVE; bnx2x_eee_time_to_nvram()
2867 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_LOW_LATENCY; bnx2x_eee_time_to_nvram()
2870 *nvram_mode = PORT_FEAT_CFG_EEE_POWER_MODE_DISABLED; bnx2x_eee_time_to_nvram()

Completed in 109 milliseconds