Searched refs:edc_mode (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 699 u16 reg_slice, edc_mode; ixgbe_setup_sfp_modules_X550em() local 732 edc_mode = (IXGBE_CS4227_EDC_MODE_CX1 << 1) | 0x1; ixgbe_setup_sfp_modules_X550em() 734 edc_mode = (IXGBE_CS4227_EDC_MODE_SR << 1) | 0x1; ixgbe_setup_sfp_modules_X550em() 738 edc_mode); ixgbe_setup_sfp_modules_X550em() 742 edc_mode); ixgbe_setup_sfp_modules_X550em()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 8113 u16 *edc_mode) bnx2x_get_edc_mode() 8118 *edc_mode = EDC_MODE_LIMITING; bnx2x_get_edc_mode() 8148 *edc_mode = EDC_MODE_ACTIVE_DAC; bnx2x_get_edc_mode() 8152 *edc_mode = EDC_MODE_PASSIVE_DAC; bnx2x_get_edc_mode() 8243 *edc_mode = EDC_MODE_LINEAR; bnx2x_get_edc_mode() 8245 *edc_mode = EDC_MODE_LIMITING; bnx2x_get_edc_mode() 8247 DP(NETIF_MSG_LINK, "EDC mode is set to 0x%x\n", *edc_mode); bnx2x_get_edc_mode() 8395 u16 edc_mode) bnx2x_8726_set_limiting_mode() 8406 if (edc_mode == EDC_MODE_LIMITING) { bnx2x_8726_set_limiting_mode() 8444 u16 edc_mode) bnx2x_8727_set_limiting_mode() 8462 /* Keep the MSB 8-bits, and set the LSB 8-bits with the edc_mode */ bnx2x_8727_set_limiting_mode() 8466 (rom_ver2_val & 0xff00) | (edc_mode & 0x00ff)); bnx2x_8727_set_limiting_mode() 8619 u16 edc_mode) bnx2x_warpcore_set_limiting_mode() 8631 switch (edc_mode) { bnx2x_warpcore_set_limiting_mode() 8659 u16 edc_mode) bnx2x_set_limiting_mode() 8663 bnx2x_8726_set_limiting_mode(params->bp, phy, edc_mode); bnx2x_set_limiting_mode() 8667 bnx2x_8727_set_limiting_mode(params->bp, phy, edc_mode); bnx2x_set_limiting_mode() 8670 bnx2x_warpcore_set_limiting_mode(params, phy, edc_mode); bnx2x_set_limiting_mode() 8679 u16 edc_mode; bnx2x_sfp_module_detection() local 8691 if (bnx2x_get_edc_mode(phy, params, &edc_mode) != 0) { bnx2x_sfp_module_detection() 8717 bnx2x_set_limiting_mode(params, phy, edc_mode); bnx2x_sfp_module_detection() 8111 bnx2x_get_edc_mode(struct bnx2x_phy *phy, struct link_params *params, u16 *edc_mode) bnx2x_get_edc_mode() argument 8393 bnx2x_8726_set_limiting_mode(struct bnx2x *bp, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_8726_set_limiting_mode() argument 8442 bnx2x_8727_set_limiting_mode(struct bnx2x *bp, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_8727_set_limiting_mode() argument 8617 bnx2x_warpcore_set_limiting_mode(struct link_params *params, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_warpcore_set_limiting_mode() argument 8657 bnx2x_set_limiting_mode(struct link_params *params, struct bnx2x_phy *phy, u16 edc_mode) bnx2x_set_limiting_mode() argument
|
Completed in 235 milliseconds