Lines Matching refs:edc_mode
8113 u16 *edc_mode) in bnx2x_get_edc_mode() argument
8118 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
8148 *edc_mode = EDC_MODE_ACTIVE_DAC; in bnx2x_get_edc_mode()
8152 *edc_mode = EDC_MODE_PASSIVE_DAC; in bnx2x_get_edc_mode()
8243 *edc_mode = EDC_MODE_LINEAR; in bnx2x_get_edc_mode()
8245 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
8247 DP(NETIF_MSG_LINK, "EDC mode is set to 0x%x\n", *edc_mode); in bnx2x_get_edc_mode()
8395 u16 edc_mode) in bnx2x_8726_set_limiting_mode() argument
8406 if (edc_mode == EDC_MODE_LIMITING) { in bnx2x_8726_set_limiting_mode()
8444 u16 edc_mode) in bnx2x_8727_set_limiting_mode() argument
8466 (rom_ver2_val & 0xff00) | (edc_mode & 0x00ff)); in bnx2x_8727_set_limiting_mode()
8619 u16 edc_mode) in bnx2x_warpcore_set_limiting_mode() argument
8631 switch (edc_mode) { in bnx2x_warpcore_set_limiting_mode()
8659 u16 edc_mode) in bnx2x_set_limiting_mode() argument
8663 bnx2x_8726_set_limiting_mode(params->bp, phy, edc_mode); in bnx2x_set_limiting_mode()
8667 bnx2x_8727_set_limiting_mode(params->bp, phy, edc_mode); in bnx2x_set_limiting_mode()
8670 bnx2x_warpcore_set_limiting_mode(params, phy, edc_mode); in bnx2x_set_limiting_mode()
8679 u16 edc_mode; in bnx2x_sfp_module_detection() local
8691 if (bnx2x_get_edc_mode(phy, params, &edc_mode) != 0) { in bnx2x_sfp_module_detection()
8717 bnx2x_set_limiting_mode(params, phy, edc_mode); in bnx2x_sfp_module_detection()