Lines Matching refs:edc_mode
4673 u16 *edc_mode) in bnx2x_get_edc_mode() argument
4677 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
4718 *edc_mode = in bnx2x_get_edc_mode()
4749 *edc_mode = EDC_MODE_LINEAR; in bnx2x_get_edc_mode()
4751 *edc_mode = EDC_MODE_LIMITING; in bnx2x_get_edc_mode()
4753 DP(NETIF_MSG_LINK, "EDC mode is set to 0x%x\n", *edc_mode); in bnx2x_get_edc_mode()
4891 u16 edc_mode) in bnx2x_8726_set_limiting_mode() argument
4902 if (edc_mode == EDC_MODE_LIMITING) { in bnx2x_8726_set_limiting_mode()
4941 u16 edc_mode) in bnx2x_8727_set_limiting_mode() argument
4963 (rom_ver2_val & 0xff00) | (edc_mode & 0x00ff)); in bnx2x_8727_set_limiting_mode()
5030 u16 edc_mode; in bnx2x_sfp_module_detection() local
5040 if (bnx2x_get_edc_mode(phy, params, &edc_mode) != 0) { in bnx2x_sfp_module_detection()
5073 bnx2x_8726_set_limiting_mode(bp, phy, edc_mode); in bnx2x_sfp_module_detection()
5075 bnx2x_8727_set_limiting_mode(bp, phy, edc_mode); in bnx2x_sfp_module_detection()