Lines Matching refs:edc_mode
8119 u16 *edc_mode) in bnx2x_get_edc_mode() argument
8124 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
8154 *edc_mode = EDC_MODE_ACTIVE_DAC; in bnx2x_get_edc_mode()
8158 *edc_mode = EDC_MODE_PASSIVE_DAC; in bnx2x_get_edc_mode()
8249 *edc_mode = EDC_MODE_LINEAR; in bnx2x_get_edc_mode()
8251 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
8253 DP(NETIF_MSG_LINK, "EDC mode is set to 0x%x\n", *edc_mode); in bnx2x_get_edc_mode()
8401 u16 edc_mode) in bnx2x_8726_set_limiting_mode() argument
8412 if (edc_mode == EDC_MODE_LIMITING) { in bnx2x_8726_set_limiting_mode()
8450 u16 edc_mode) in bnx2x_8727_set_limiting_mode() argument
8472 (rom_ver2_val & 0xff00) | (edc_mode & 0x00ff)); in bnx2x_8727_set_limiting_mode()
8625 u16 edc_mode) in bnx2x_warpcore_set_limiting_mode() argument
8637 switch (edc_mode) { in bnx2x_warpcore_set_limiting_mode()
8665 u16 edc_mode) in bnx2x_set_limiting_mode() argument
8669 bnx2x_8726_set_limiting_mode(params->bp, phy, edc_mode); in bnx2x_set_limiting_mode()
8673 bnx2x_8727_set_limiting_mode(params->bp, phy, edc_mode); in bnx2x_set_limiting_mode()
8676 bnx2x_warpcore_set_limiting_mode(params, phy, edc_mode); in bnx2x_set_limiting_mode()
8685 u16 edc_mode; in bnx2x_sfp_module_detection() local
8697 if (bnx2x_get_edc_mode(phy, params, &edc_mode) != 0) { in bnx2x_sfp_module_detection()
8723 bnx2x_set_limiting_mode(params, phy, edc_mode); in bnx2x_sfp_module_detection()