Lines Matching +full:force +full:- +full:external +full:- +full:phy

3   Copyright (c) 2001-2020, Intel Corporation
47 * ixgbe_init_ops_X550 - Inits func ptrs and MAC type
55 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550()
56 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_X550()
62 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550()
63 mac->ops.dmac_config_tcs = ixgbe_dmac_config_tcs_X550; in ixgbe_init_ops_X550()
64 mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550; in ixgbe_init_ops_X550()
65 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550()
66 mac->ops.set_source_address_pruning = in ixgbe_init_ops_X550()
68 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550()
71 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X550()
72 eeprom->ops.init_params = ixgbe_init_eeprom_params_X550; in ixgbe_init_ops_X550()
73 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550; in ixgbe_init_ops_X550()
74 eeprom->ops.read = ixgbe_read_ee_hostif_X550; in ixgbe_init_ops_X550()
75 eeprom->ops.read_buffer = ixgbe_read_ee_hostif_buffer_X550; in ixgbe_init_ops_X550()
76 eeprom->ops.write = ixgbe_write_ee_hostif_X550; in ixgbe_init_ops_X550()
77 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550; in ixgbe_init_ops_X550()
78 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X550; in ixgbe_init_ops_X550()
79 eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X550; in ixgbe_init_ops_X550()
81 mac->ops.disable_mdd = ixgbe_disable_mdd_X550; in ixgbe_init_ops_X550()
82 mac->ops.enable_mdd = ixgbe_enable_mdd_X550; in ixgbe_init_ops_X550()
83 mac->ops.mdd_event = ixgbe_mdd_event_X550; in ixgbe_init_ops_X550()
84 mac->ops.restore_mdd_vf = ixgbe_restore_mdd_vf_X550; in ixgbe_init_ops_X550()
85 mac->ops.fw_recovery_mode = ixgbe_fw_recovery_mode_X550; in ixgbe_init_ops_X550()
86 mac->ops.disable_rx = ixgbe_disable_rx_x550; in ixgbe_init_ops_X550()
88 mac->ops.set_fw_drv_ver = ixgbe_set_fw_drv_ver_x550; in ixgbe_init_ops_X550()
89 switch (hw->device_id) { in ixgbe_init_ops_X550()
91 hw->mac.ops.led_on = NULL; in ixgbe_init_ops_X550()
92 hw->mac.ops.led_off = NULL; in ixgbe_init_ops_X550()
96 hw->mac.ops.led_on = ixgbe_led_on_t_X550em; in ixgbe_init_ops_X550()
97 hw->mac.ops.led_off = ixgbe_led_off_t_X550em; in ixgbe_init_ops_X550()
106 * ixgbe_read_cs4227 - Read CS4227 register
115 return hw->link.ops.read_link_unlocked(hw, hw->link.addr, reg, value); in ixgbe_read_cs4227()
119 * ixgbe_write_cs4227 - Write CS4227 register
128 return hw->link.ops.write_link_unlocked(hw, hw->link.addr, reg, value); in ixgbe_write_cs4227()
132 * ixgbe_read_pe - Read register from port expander
151 * ixgbe_write_pe - Write register to port expander
170 * ixgbe_reset_cs4227 - Reset CS4227 using port expander
246 * ixgbe_check_cs4227 - Check CS4227 and reset as needed
252 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_check_cs4227()
257 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
277 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
283 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
304 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
306 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
318 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_check_cs4227()
319 msec_delay(hw->eeprom.semaphore_delay); in ixgbe_check_cs4227()
323 * ixgbe_setup_mux_ctl - Setup ESDP register for I2C mux control
330 if (hw->bus.lan_id) { in ixgbe_setup_mux_ctl()
340 * ixgbe_identify_phy_x550em - Get PHY type based on device id
347 hw->mac.ops.set_lan_id(hw); in ixgbe_identify_phy_x550em()
351 switch (hw->device_id) { in ixgbe_identify_phy_x550em()
363 hw->phy.type = ixgbe_phy_x550em_kx4; in ixgbe_identify_phy_x550em()
366 hw->phy.type = ixgbe_phy_x550em_xfi; in ixgbe_identify_phy_x550em()
371 hw->phy.type = ixgbe_phy_x550em_kr; in ixgbe_identify_phy_x550em()
377 hw->phy.type = ixgbe_phy_ext_1g_t; in ixgbe_identify_phy_x550em()
381 hw->phy.type = ixgbe_phy_fw; in ixgbe_identify_phy_x550em()
382 if (hw->bus.lan_id) in ixgbe_identify_phy_x550em()
383 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_x550em()
385 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_identify_phy_x550em()
394 * ixgbe_fw_phy_activity - Perform an activity on a PHY
397 * @data: Pointer to 4 32-bit words of data
415 hic.cmd.port_number = hw->bus.lan_id; in ixgbe_fw_phy_activity()
433 --retries; in ixgbe_fw_phy_activity()
452 * ixgbe_get_phy_id_fw - Get the phy ID via firmware command
469 hw->phy.speeds_supported = 0; in ixgbe_get_phy_id_fw()
473 hw->phy.speeds_supported |= ixgbe_fw_map[i].phy_speed; in ixgbe_get_phy_id_fw()
475 if (!hw->phy.autoneg_advertised) in ixgbe_get_phy_id_fw()
476 hw->phy.autoneg_advertised = hw->phy.speeds_supported; in ixgbe_get_phy_id_fw()
478 hw->phy.id = info[0] & FW_PHY_INFO_ID_HI_MASK; in ixgbe_get_phy_id_fw()
480 hw->phy.id |= phy_id_lo & IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()
481 hw->phy.revision = phy_id_lo & ~IXGBE_PHY_REVISION_MASK; in ixgbe_get_phy_id_fw()
482 if (!hw->phy.id || hw->phy.id == IXGBE_PHY_REVISION_MASK) in ixgbe_get_phy_id_fw()
488 * ixgbe_identify_phy_fw - Get PHY type based on firmware command
495 if (hw->bus.lan_id) in ixgbe_identify_phy_fw()
496 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY1_SM; in ixgbe_identify_phy_fw()
498 hw->phy.phy_semaphore_mask = IXGBE_GSSR_PHY0_SM; in ixgbe_identify_phy_fw()
500 hw->phy.type = ixgbe_phy_fw; in ixgbe_identify_phy_fw()
501 hw->phy.ops.read_reg = NULL; in ixgbe_identify_phy_fw()
502 hw->phy.ops.write_reg = NULL; in ixgbe_identify_phy_fw()
507 * ixgbe_shutdown_fw_phy - Shutdown a firmware-controlled PHY
535 * ixgbe_read_i2c_combined_generic - Perform I2C read combined operation
550 * ixgbe_read_i2c_combined_generic_unlocked - Do I2C read combined operation
566 * ixgbe_write_i2c_combined_generic - Perform I2C write combined operation
581 * ixgbe_write_i2c_combined_generic_unlocked - Do I2C write combined operation
597 * ixgbe_init_ops_X550EM - Inits func ptrs and MAC type
605 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM()
606 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_X550EM()
607 struct ixgbe_phy_info *phy = &hw->phy; in ixgbe_init_ops_X550EM() local
621 mac->ops.get_thermal_sensor_data = NULL; in ixgbe_init_ops_X550EM()
622 mac->ops.init_thermal_sensor_thresh = NULL; in ixgbe_init_ops_X550EM()
623 mac->thermal_sensor_enabled = false; in ixgbe_init_ops_X550EM()
626 mac->ops.bypass_rw = NULL; in ixgbe_init_ops_X550EM()
627 mac->ops.bypass_valid_rd = NULL; in ixgbe_init_ops_X550EM()
628 mac->ops.bypass_set = NULL; in ixgbe_init_ops_X550EM()
629 mac->ops.bypass_rd_eep = NULL; in ixgbe_init_ops_X550EM()
632 mac->ops.get_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()
633 mac->ops.set_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()
634 mac->ops.get_wwn_prefix = NULL; in ixgbe_init_ops_X550EM()
635 mac->ops.get_fcoe_boot_status = NULL; in ixgbe_init_ops_X550EM()
638 mac->ops.disable_sec_rx_path = NULL; in ixgbe_init_ops_X550EM()
639 mac->ops.enable_sec_rx_path = NULL; in ixgbe_init_ops_X550EM()
642 mac->ops.prot_autoc_read = NULL; in ixgbe_init_ops_X550EM()
643 mac->ops.prot_autoc_write = NULL; in ixgbe_init_ops_X550EM()
646 hw->bus.type = ixgbe_bus_type_internal; in ixgbe_init_ops_X550EM()
647 mac->ops.get_bus_info = ixgbe_get_bus_info_X550em; in ixgbe_init_ops_X550EM()
650 mac->ops.get_media_type = ixgbe_get_media_type_X550em; in ixgbe_init_ops_X550EM()
651 mac->ops.setup_sfp = ixgbe_setup_sfp_modules_X550em; in ixgbe_init_ops_X550EM()
652 mac->ops.get_link_capabilities = ixgbe_get_link_capabilities_X550em; in ixgbe_init_ops_X550EM()
653 mac->ops.reset_hw = ixgbe_reset_hw_X550em; in ixgbe_init_ops_X550EM()
654 mac->ops.get_supported_physical_layer = in ixgbe_init_ops_X550EM()
657 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()
658 mac->ops.setup_fc = ixgbe_setup_fc_generic; in ixgbe_init_ops_X550EM()
660 mac->ops.setup_fc = ixgbe_setup_fc_X550em; in ixgbe_init_ops_X550EM()
662 /* PHY */ in ixgbe_init_ops_X550EM()
663 phy->ops.init = ixgbe_init_phy_ops_X550em; in ixgbe_init_ops_X550EM()
664 switch (hw->device_id) { in ixgbe_init_ops_X550EM()
667 mac->ops.setup_fc = NULL; in ixgbe_init_ops_X550EM()
668 phy->ops.identify = ixgbe_identify_phy_fw; in ixgbe_init_ops_X550EM()
669 phy->ops.set_phy_power = NULL; in ixgbe_init_ops_X550EM()
670 phy->ops.get_firmware_version = NULL; in ixgbe_init_ops_X550EM()
673 mac->ops.setup_fc = NULL; in ixgbe_init_ops_X550EM()
674 phy->ops.identify = ixgbe_identify_phy_x550em; in ixgbe_init_ops_X550EM()
675 phy->ops.set_phy_power = NULL; in ixgbe_init_ops_X550EM()
678 phy->ops.identify = ixgbe_identify_phy_x550em; in ixgbe_init_ops_X550EM()
681 if (mac->ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_init_ops_X550EM()
682 phy->ops.set_phy_power = NULL; in ixgbe_init_ops_X550EM()
686 eeprom->ops.init_params = ixgbe_init_eeprom_params_X540; in ixgbe_init_ops_X550EM()
687 eeprom->ops.read = ixgbe_read_ee_hostif_X550; in ixgbe_init_ops_X550EM()
688 eeprom->ops.read_buffer = ixgbe_read_ee_hostif_buffer_X550; in ixgbe_init_ops_X550EM()
689 eeprom->ops.write = ixgbe_write_ee_hostif_X550; in ixgbe_init_ops_X550EM()
690 eeprom->ops.write_buffer = ixgbe_write_ee_hostif_buffer_X550; in ixgbe_init_ops_X550EM()
691 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_X550; in ixgbe_init_ops_X550EM()
692 eeprom->ops.validate_checksum = ixgbe_validate_eeprom_checksum_X550; in ixgbe_init_ops_X550EM()
693 eeprom->ops.calc_checksum = ixgbe_calc_eeprom_checksum_X550; in ixgbe_init_ops_X550EM()
699 * ixgbe_setup_fw_link - Setup firmware-controlled PHYs
708 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_setup_fw_link()
711 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) { in ixgbe_setup_fw_link()
717 switch (hw->fc.requested_mode) { in ixgbe_setup_fw_link()
735 if (hw->phy.autoneg_advertised & ixgbe_fw_map[i].phy_speed) in ixgbe_setup_fw_link()
740 if (hw->phy.eee_speeds_advertised) in ixgbe_setup_fw_link()
752 * ixgbe_fc_autoneg_fw - Set up flow control for FW-controlled PHYs
759 if (hw->fc.requested_mode == ixgbe_fc_default) in ixgbe_fc_autoneg_fw()
760 hw->fc.requested_mode = ixgbe_fc_full; in ixgbe_fc_autoneg_fw()
766 * ixgbe_setup_eee_fw - Enable/disable EEE support
771 * This function controls EEE for firmware-based PHY implementations.
775 if (!!hw->phy.eee_speeds_advertised == enable_eee) in ixgbe_setup_eee_fw()
778 hw->phy.eee_speeds_advertised = hw->phy.eee_speeds_supported; in ixgbe_setup_eee_fw()
780 hw->phy.eee_speeds_advertised = 0; in ixgbe_setup_eee_fw()
781 return hw->phy.ops.setup_link(hw); in ixgbe_setup_eee_fw()
785 * ixgbe_init_ops_X550EM_a - Inits func ptrs and MAC type
793 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM_a()
801 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
802 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_a()
803 mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync_X550a; in ixgbe_init_ops_X550EM_a()
804 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550a; in ixgbe_init_ops_X550EM_a()
806 switch (mac->ops.get_media_type(hw)) { in ixgbe_init_ops_X550EM_a()
808 mac->ops.setup_fc = NULL; in ixgbe_init_ops_X550EM_a()
809 mac->ops.fc_autoneg = ixgbe_fc_autoneg_fiber_x550em_a; in ixgbe_init_ops_X550EM_a()
812 mac->ops.fc_autoneg = ixgbe_fc_autoneg_backplane_x550em_a; in ixgbe_init_ops_X550EM_a()
813 mac->ops.setup_fc = ixgbe_setup_fc_backplane_x550em_a; in ixgbe_init_ops_X550EM_a()
819 switch (hw->device_id) { in ixgbe_init_ops_X550EM_a()
822 mac->ops.fc_autoneg = ixgbe_fc_autoneg_sgmii_x550em_a; in ixgbe_init_ops_X550EM_a()
823 mac->ops.setup_fc = ixgbe_fc_autoneg_fw; in ixgbe_init_ops_X550EM_a()
824 mac->ops.setup_eee = ixgbe_setup_eee_fw; in ixgbe_init_ops_X550EM_a()
825 hw->phy.eee_speeds_supported = IXGBE_LINK_SPEED_100_FULL | in ixgbe_init_ops_X550EM_a()
827 hw->phy.eee_speeds_advertised = hw->phy.eee_speeds_supported; in ixgbe_init_ops_X550EM_a()
837 * ixgbe_init_ops_X550EM_x - Inits func ptrs and MAC type
845 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550EM_x()
846 struct ixgbe_link_info *link = &hw->link; in ixgbe_init_ops_X550EM_x()
854 mac->ops.read_iosf_sb_reg = ixgbe_read_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
855 mac->ops.write_iosf_sb_reg = ixgbe_write_iosf_sb_reg_x550; in ixgbe_init_ops_X550EM_x()
856 mac->ops.acquire_swfw_sync = ixgbe_acquire_swfw_sync_X550em; in ixgbe_init_ops_X550EM_x()
857 mac->ops.release_swfw_sync = ixgbe_release_swfw_sync_X550em; in ixgbe_init_ops_X550EM_x()
858 link->ops.read_link = ixgbe_read_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()
859 link->ops.read_link_unlocked = ixgbe_read_i2c_combined_generic_unlocked; in ixgbe_init_ops_X550EM_x()
860 link->ops.write_link = ixgbe_write_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()
861 link->ops.write_link_unlocked = in ixgbe_init_ops_X550EM_x()
863 link->addr = IXGBE_CS4227; in ixgbe_init_ops_X550EM_x()
865 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_1G_T) { in ixgbe_init_ops_X550EM_x()
866 mac->ops.setup_fc = NULL; in ixgbe_init_ops_X550EM_x()
867 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550EM_x()
868 mac->ops.init_led_link_act = NULL; in ixgbe_init_ops_X550EM_x()
893 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
903 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
907 if (hw->mac.dmac_config.fcoe_en) { in ixgbe_dmac_config_X550()
908 high_pri_tc = 1 << hw->mac.dmac_config.fcoe_tc; in ixgbe_dmac_config_X550()
936 switch (hw->mac.dmac_config.link_speed) { in ixgbe_dmac_config_tcs_X550()
957 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()
965 rx_pb_size = rx_pb_size - pb_headroom; in ixgbe_dmac_config_tcs_X550()
1006 * ixgbe_init_eeprom_params_X550 - Initialize EEPROM params
1014 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_eeprom_params_X550()
1020 if (eeprom->type == ixgbe_eeprom_uninitialized) { in ixgbe_init_eeprom_params_X550()
1021 eeprom->semaphore_delay = 10; in ixgbe_init_eeprom_params_X550()
1022 eeprom->type = ixgbe_flash; in ixgbe_init_eeprom_params_X550()
1027 eeprom->word_size = 1 << (eeprom_size + in ixgbe_init_eeprom_params_X550()
1031 eeprom->type, eeprom->word_size); in ixgbe_init_eeprom_params_X550()
1038 * ixgbe_set_source_address_pruning_X550 - Enable/Disbale source address pruning
1065 * ixgbe_set_ethertype_anti_spoofing_X550 - Configure Ethertype anti-spoofing
1067 * @enable: enable or disable switch for Ethertype anti-spoofing
1068 * @vf: Virtual Function pool - VF Pool to set for Ethertype anti-spoofing
1090 * ixgbe_iosf_wait - Wait for IOSF command completion
1123 * ixgbe_write_iosf_sb_reg_x550 - Writes a value to specified register
1126 * @reg_addr: 32 bit PHY register to write
1170 * ixgbe_read_iosf_sb_reg_x550 - Reads specified register of the IOSF device
1172 * @reg_addr: 32 bit PHY register to write
1216 * ixgbe_get_phy_token - Get the token for shared phy access
1229 token_cmd.port_number = hw->bus.lan_id; in ixgbe_get_phy_token()
1254 * ixgbe_put_phy_token - Put the token for shared phy access
1267 token_cmd.port_number = hw->bus.lan_id; in ixgbe_put_phy_token()
1279 DEBUGOUT("Put PHY Token host interface command failed"); in ixgbe_put_phy_token()
1427 * ixgbe_get_media_type_X550em - Get media type
1438 /* Detect if there is a copper PHY attached. */ in ixgbe_get_media_type_X550em()
1439 switch (hw->device_id) { in ixgbe_get_media_type_X550em()
1462 hw->phy.type = ixgbe_phy_sgmii; in ixgbe_get_media_type_X550em()
1476 * ixgbe_supported_sfp_modules_X550em - Check if SFP module type is supported
1484 switch (hw->phy.sfp_type) { in ixgbe_supported_sfp_modules_X550em()
1512 * ixgbe_identify_sfp_module_X550em - Identifies SFP modules
1515 * Searches for and identifies the SFP module and assigns appropriate PHY type.
1536 * ixgbe_setup_sfp_modules_X550em - Setup MAC link ops
1553 hw->phy.ops.reset = NULL; in ixgbe_setup_sfp_modules_X550em()
1559 * ixgbe_restart_an_internal_phy_x550em - restart autonegotiation for the
1560 * internal PHY
1568 /* Restart auto-negotiation. */ in ixgbe_restart_an_internal_phy_x550em()
1569 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1570 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_restart_an_internal_phy_x550em()
1574 DEBUGOUT("Auto-negotiation did not complete\n"); in ixgbe_restart_an_internal_phy_x550em()
1579 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1580 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_restart_an_internal_phy_x550em()
1583 if (hw->mac.type == ixgbe_mac_X550EM_a) { in ixgbe_restart_an_internal_phy_x550em()
1587 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1588 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_restart_an_internal_phy_x550em()
1592 DEBUGOUT("Auto-negotiation did not complete\n"); in ixgbe_restart_an_internal_phy_x550em()
1597 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_restart_an_internal_phy_x550em()
1598 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_restart_an_internal_phy_x550em()
1606 * ixgbe_setup_sgmii - Set up link for sgmii
1614 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sgmii()
1618 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1619 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_sgmii()
1629 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1630 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_sgmii()
1635 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1636 IXGBE_KRM_SGMII_CTRL(hw->bus.lan_id), in ixgbe_setup_sgmii()
1643 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1644 IXGBE_KRM_SGMII_CTRL(hw->bus.lan_id), in ixgbe_setup_sgmii()
1649 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1650 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sgmii()
1661 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii()
1662 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sgmii()
1671 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii()
1675 * ixgbe_setup_sgmii_fw - Set up link for internal PHY SGMII auto-negotiation
1683 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sgmii_fw()
1687 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1688 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1698 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1699 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1704 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1705 IXGBE_KRM_SGMII_CTRL(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1712 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1713 IXGBE_KRM_SGMII_CTRL(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1718 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1719 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1724 rc = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1725 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1736 rc = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sgmii_fw()
1737 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sgmii_fw()
1744 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait); in ixgbe_setup_sgmii_fw()
1748 * ixgbe_init_mac_link_ops_X550em - init mac link function pointers
1753 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_X550em()
1757 switch (hw->mac.ops.get_media_type(hw)) { in ixgbe_init_mac_link_ops_X550em()
1762 mac->ops.disable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
1763 mac->ops.enable_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
1764 mac->ops.flap_tx_laser = NULL; in ixgbe_init_mac_link_ops_X550em()
1765 mac->ops.setup_link = ixgbe_setup_mac_link_multispeed_fiber; in ixgbe_init_mac_link_ops_X550em()
1766 mac->ops.set_rate_select_speed = in ixgbe_init_mac_link_ops_X550em()
1769 if ((hw->device_id == IXGBE_DEV_ID_X550EM_A_SFP_N) || in ixgbe_init_mac_link_ops_X550em()
1770 (hw->device_id == IXGBE_DEV_ID_X550EM_A_SFP)) in ixgbe_init_mac_link_ops_X550em()
1771 mac->ops.setup_mac_link = in ixgbe_init_mac_link_ops_X550em()
1774 mac->ops.setup_mac_link = in ixgbe_init_mac_link_ops_X550em()
1778 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_1G_T) in ixgbe_init_mac_link_ops_X550em()
1780 if (hw->mac.type == ixgbe_mac_X550EM_a) { in ixgbe_init_mac_link_ops_X550em()
1781 if (hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T || in ixgbe_init_mac_link_ops_X550em()
1782 hw->device_id == IXGBE_DEV_ID_X550EM_A_1G_T_L) { in ixgbe_init_mac_link_ops_X550em()
1783 mac->ops.setup_link = ixgbe_setup_sgmii_fw; in ixgbe_init_mac_link_ops_X550em()
1784 mac->ops.check_link = in ixgbe_init_mac_link_ops_X550em()
1787 mac->ops.setup_link = in ixgbe_init_mac_link_ops_X550em()
1791 mac->ops.setup_link = ixgbe_setup_mac_link_t_X550em; in ixgbe_init_mac_link_ops_X550em()
1792 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em()
1796 if (hw->device_id == IXGBE_DEV_ID_X550EM_A_SGMII || in ixgbe_init_mac_link_ops_X550em()
1797 hw->device_id == IXGBE_DEV_ID_X550EM_A_SGMII_L) in ixgbe_init_mac_link_ops_X550em()
1798 mac->ops.setup_link = ixgbe_setup_sgmii; in ixgbe_init_mac_link_ops_X550em()
1806 * ixgbe_get_link_capabilities_X550em - Determines link capabilities
1818 if (hw->phy.type == ixgbe_phy_fw) { in ixgbe_get_link_capabilities_X550em()
1820 *speed = hw->phy.speeds_supported; in ixgbe_get_link_capabilities_X550em()
1825 if (hw->phy.media_type == ixgbe_media_type_fiber) { in ixgbe_get_link_capabilities_X550em()
1827 /* CS4227 SFP must not enable auto-negotiation */ in ixgbe_get_link_capabilities_X550em()
1831 if (hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core0 || in ixgbe_get_link_capabilities_X550em()
1832 hw->phy.sfp_type == ixgbe_sfp_type_1g_sx_core1 in ixgbe_get_link_capabilities_X550em()
1833 || hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core0 || in ixgbe_get_link_capabilities_X550em()
1834 hw->phy.sfp_type == ixgbe_sfp_type_1g_lx_core1) { in ixgbe_get_link_capabilities_X550em()
1840 if (hw->phy.multispeed_fiber) in ixgbe_get_link_capabilities_X550em()
1848 switch (hw->phy.type) { in ixgbe_get_link_capabilities_X550em()
1859 if (hw->mac.type == ixgbe_mac_X550EM_a) { in ixgbe_get_link_capabilities_X550em()
1861 if (hw->phy.nw_mng_if_sel & in ixgbe_get_link_capabilities_X550em()
1865 } else if (hw->device_id == in ixgbe_get_link_capabilities_X550em()
1885 * ixgbe_get_lasi_ext_t_x550em - Determime external Base T PHY interrupt cause
1887 * @lsc: pointer to boolean flag which indicates whether external Base T
1888 * PHY interrupt is lsc
1890 * Determime if external Base T PHY interrupt cause is high temperature
1894 * failure alarm, else return PHY access status.
1904 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em()
1912 /* Vendor Auto-Neg alarm triggered or Global alarm 1 triggered */ in ixgbe_get_lasi_ext_t_x550em()
1913 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_FLAG, in ixgbe_get_lasi_ext_t_x550em()
1923 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_ALARM_1, in ixgbe_get_lasi_ext_t_x550em()
1932 /* power down the PHY in case the PHY FW didn't already */ in ixgbe_get_lasi_ext_t_x550em()
1937 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_FAULT_MSG, in ixgbe_get_lasi_ext_t_x550em()
1946 /* power down the PHY in case the PHY FW didn't */ in ixgbe_get_lasi_ext_t_x550em()
1953 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_CHIP_STD_INT_FLAG, in ixgbe_get_lasi_ext_t_x550em()
1961 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM2, in ixgbe_get_lasi_ext_t_x550em()
1975 * ixgbe_enable_lasi_ext_t_x550em - Enable external Base T PHY interrupts
1978 * Enable link status change and temperature failure alarm for the external
1979 * Base T PHY
1981 * Returns PHY access status
1995 * of the link configurations of the external PHY and correspondingly in ixgbe_enable_lasi_ext_t_x550em()
1997 * not support auto-negotiation. This is not required for X553 devices in ixgbe_enable_lasi_ext_t_x550em()
1998 * having KR support, which performs auto-negotiations and which is used in ixgbe_enable_lasi_ext_t_x550em()
1999 * as the internal link to the external PHY. Hence adding a check here in ixgbe_enable_lasi_ext_t_x550em()
2002 if (hw->mac.type != ixgbe_mac_X550EM_a) { in ixgbe_enable_lasi_ext_t_x550em()
2003 status = hw->phy.ops.read_reg(hw, in ixgbe_enable_lasi_ext_t_x550em()
2012 status = hw->phy.ops.write_reg(hw, in ixgbe_enable_lasi_ext_t_x550em()
2021 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2031 status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2038 /* Enable vendor Auto-Neg alarm and Global Interrupt Mask 1 alarm */ in ixgbe_enable_lasi_ext_t_x550em()
2039 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2049 status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_VEN_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2056 /* Enable chip-wide vendor alarm */ in ixgbe_enable_lasi_ext_t_x550em()
2057 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_STD_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2066 status = hw->phy.ops.write_reg(hw, IXGBE_MDIO_GLOBAL_INT_CHIP_STD_MASK, in ixgbe_enable_lasi_ext_t_x550em()
2074 * ixgbe_setup_kr_speed_x550em - Configure the KR PHY for link speed.
2078 * Configures the integrated KR PHY.
2086 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_kr_speed_x550em()
2087 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_kr_speed_x550em()
2104 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_kr_speed_x550em()
2105 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_kr_speed_x550em()
2108 if (hw->mac.type == ixgbe_mac_X550EM_a) { in ixgbe_setup_kr_speed_x550em()
2110 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_kr_speed_x550em()
2111 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_kr_speed_x550em()
2123 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_kr_speed_x550em()
2124 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_kr_speed_x550em()
2132 * ixgbe_reset_phy_fw - Reset firmware-controlled PHYs
2140 if (hw->phy.reset_disable || ixgbe_check_reset_blocked(hw)) in ixgbe_reset_phy_fw()
2156 * ixgbe_check_overtemp_fw - Check firmware-controlled PHYs for overtemp
2176 * ixgbe_read_mng_if_sel_x550em - Read NW_MNG_IF_SEL register
2185 * to determine internal PHY mode. in ixgbe_read_mng_if_sel_x550em()
2187 hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL); in ixgbe_read_mng_if_sel_x550em()
2189 /* If X552 (X550EM_a) and MDIO is connected to external PHY, then set in ixgbe_read_mng_if_sel_x550em()
2190 * PHY address. This register field was has only been used for X552. in ixgbe_read_mng_if_sel_x550em()
2192 if (hw->mac.type == ixgbe_mac_X550EM_a && in ixgbe_read_mng_if_sel_x550em()
2193 hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_MDIO_ACT) { in ixgbe_read_mng_if_sel_x550em()
2194 hw->phy.addr = (hw->phy.nw_mng_if_sel & in ixgbe_read_mng_if_sel_x550em()
2203 * ixgbe_init_phy_ops_X550em - PHY/SFP specific init
2207 * set during init_shared_code because the PHY/SFP type was
2212 struct ixgbe_phy_info *phy = &hw->phy; in ixgbe_init_phy_ops_X550em() local
2217 hw->mac.ops.set_lan_id(hw); in ixgbe_init_phy_ops_X550em()
2220 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) { in ixgbe_init_phy_ops_X550em()
2221 phy->phy_semaphore_mask = IXGBE_GSSR_SHARED_I2C_SM; in ixgbe_init_phy_ops_X550em()
2223 phy->ops.identify_sfp = ixgbe_identify_sfp_module_X550em; in ixgbe_init_phy_ops_X550em()
2226 switch (hw->device_id) { in ixgbe_init_phy_ops_X550em()
2229 phy->ops.read_reg_mdi = NULL; in ixgbe_init_phy_ops_X550em()
2230 phy->ops.write_reg_mdi = NULL; in ixgbe_init_phy_ops_X550em()
2231 hw->phy.ops.read_reg = NULL; in ixgbe_init_phy_ops_X550em()
2232 hw->phy.ops.write_reg = NULL; in ixgbe_init_phy_ops_X550em()
2233 phy->ops.check_overtemp = ixgbe_check_overtemp_fw; in ixgbe_init_phy_ops_X550em()
2234 if (hw->bus.lan_id) in ixgbe_init_phy_ops_X550em()
2235 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY1_SM; in ixgbe_init_phy_ops_X550em()
2237 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_init_phy_ops_X550em()
2242 hw->phy.ops.read_reg = ixgbe_read_phy_reg_x550a; in ixgbe_init_phy_ops_X550em()
2243 hw->phy.ops.write_reg = ixgbe_write_phy_reg_x550a; in ixgbe_init_phy_ops_X550em()
2244 if (hw->bus.lan_id) in ixgbe_init_phy_ops_X550em()
2245 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY1_SM; in ixgbe_init_phy_ops_X550em()
2247 hw->phy.phy_semaphore_mask |= IXGBE_GSSR_PHY0_SM; in ixgbe_init_phy_ops_X550em()
2251 hw->phy.phy_semaphore_mask = IXGBE_GSSR_SHARED_I2C_SM; in ixgbe_init_phy_ops_X550em()
2254 phy->ops.read_reg_mdi = NULL; in ixgbe_init_phy_ops_X550em()
2255 phy->ops.write_reg_mdi = NULL; in ixgbe_init_phy_ops_X550em()
2260 /* Identify the PHY or SFP module */ in ixgbe_init_phy_ops_X550em()
2261 ret_val = phy->ops.identify(hw); in ixgbe_init_phy_ops_X550em()
2268 if (phy->sfp_type != ixgbe_sfp_type_unknown) in ixgbe_init_phy_ops_X550em()
2269 phy->ops.reset = NULL; in ixgbe_init_phy_ops_X550em()
2271 /* Set functions pointers based on phy type */ in ixgbe_init_phy_ops_X550em()
2272 switch (hw->phy.type) { in ixgbe_init_phy_ops_X550em()
2274 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
2275 phy->ops.read_reg = ixgbe_read_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2276 phy->ops.write_reg = ixgbe_write_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2279 phy->ops.setup_link = ixgbe_setup_kr_x550em; in ixgbe_init_phy_ops_X550em()
2280 phy->ops.read_reg = ixgbe_read_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2281 phy->ops.write_reg = ixgbe_write_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2285 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
2286 phy->ops.reset = NULL; in ixgbe_init_phy_ops_X550em()
2290 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
2291 phy->ops.read_reg = ixgbe_read_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2292 phy->ops.write_reg = ixgbe_write_phy_reg_x550em; in ixgbe_init_phy_ops_X550em()
2298 phy->ops.setup_internal_link = in ixgbe_init_phy_ops_X550em()
2302 if ((hw->mac.type == ixgbe_mac_X550EM_x) && in ixgbe_init_phy_ops_X550em()
2305 phy->ops.enter_lplu = ixgbe_enter_lplu_t_x550em; in ixgbe_init_phy_ops_X550em()
2307 phy->ops.handle_lasi = ixgbe_handle_lasi_ext_t_x550em; in ixgbe_init_phy_ops_X550em()
2308 phy->ops.reset = ixgbe_reset_phy_t_X550em; in ixgbe_init_phy_ops_X550em()
2311 phy->ops.setup_link = NULL; in ixgbe_init_phy_ops_X550em()
2314 phy->ops.setup_link = ixgbe_setup_fw_link; in ixgbe_init_phy_ops_X550em()
2315 phy->ops.reset = ixgbe_reset_phy_fw; in ixgbe_init_phy_ops_X550em()
2324 * ixgbe_set_mdio_speed - Set MDIO clock speed
2331 switch (hw->device_id) { in ixgbe_set_mdio_speed()
2338 /* Config MDIO clock speed before the first MDIO PHY access */ in ixgbe_set_mdio_speed()
2356 * ixgbe_reset_hw_X550em - Perform hardware reset
2360 * and clears all interrupts, perform a PHY reset, and perform a link (MAC)
2370 u32 swfw_mask = hw->phy.phy_semaphore_mask; in ixgbe_reset_hw_X550em()
2375 status = hw->mac.ops.stop_adapter(hw); in ixgbe_reset_hw_X550em()
2385 /* PHY ops must be identified and initialized prior to reset */ in ixgbe_reset_hw_X550em()
2386 status = hw->phy.ops.init(hw); in ixgbe_reset_hw_X550em()
2389 DEBUGOUT1("Failed to initialize PHY ops, STATUS = %d\n", in ixgbe_reset_hw_X550em()
2394 DEBUGOUT("Returning from reset HW due to PHY init failure\n"); in ixgbe_reset_hw_X550em()
2398 /* start the external PHY */ in ixgbe_reset_hw_X550em()
2399 if (hw->phy.type == ixgbe_phy_x550em_ext_t) { in ixgbe_reset_hw_X550em()
2402 DEBUGOUT1("Failed to start the external PHY, STATUS = %d\n", in ixgbe_reset_hw_X550em()
2409 if (hw->phy.sfp_setup_needed) { in ixgbe_reset_hw_X550em()
2410 status = hw->mac.ops.setup_sfp(hw); in ixgbe_reset_hw_X550em()
2411 hw->phy.sfp_setup_needed = false; in ixgbe_reset_hw_X550em()
2417 /* Reset PHY */ in ixgbe_reset_hw_X550em()
2418 if (!hw->phy.reset_disable && hw->phy.ops.reset) { in ixgbe_reset_hw_X550em()
2419 if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP) in ixgbe_reset_hw_X550em()
2425 * If link reset is used when link is up, it might reset the PHY when in ixgbe_reset_hw_X550em()
2426 * mng is using it. If link is down or the flag to force full link in ixgbe_reset_hw_X550em()
2430 if (!hw->force_full_reset) { in ixgbe_reset_hw_X550em()
2431 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em()
2436 status = hw->mac.ops.acquire_swfw_sync(hw, swfw_mask); in ixgbe_reset_hw_X550em()
2445 hw->mac.ops.release_swfw_sync(hw, swfw_mask); in ixgbe_reset_hw_X550em()
2447 /* Poll for reset bit to self-clear meaning reset is complete */ in ixgbe_reset_hw_X550em()
2466 if (hw->mac.flags & IXGBE_FLAGS_DOUBLE_RESET_REQUIRED) { in ixgbe_reset_hw_X550em()
2467 hw->mac.flags &= ~IXGBE_FLAGS_DOUBLE_RESET_REQUIRED; in ixgbe_reset_hw_X550em()
2472 hw->mac.ops.get_mac_addr(hw, hw->mac.perm_addr); in ixgbe_reset_hw_X550em()
2478 hw->mac.num_rar_entries = 128; in ixgbe_reset_hw_X550em()
2479 hw->mac.ops.init_rx_addrs(hw); in ixgbe_reset_hw_X550em()
2483 if (hw->device_id == IXGBE_DEV_ID_X550EM_X_SFP) in ixgbe_reset_hw_X550em()
2493 * ixgbe_init_ext_t_x550em - Start (unstall) the external Base T PHY.
2501 status = hw->phy.ops.read_reg(hw, in ixgbe_init_ext_t_x550em()
2509 /* If PHY FW reset completed bit is set then this is the first in ixgbe_init_ext_t_x550em()
2510 * SW instance after a power on so the PHY FW must be un-stalled. in ixgbe_init_ext_t_x550em()
2513 status = hw->phy.ops.read_reg(hw, in ixgbe_init_ext_t_x550em()
2523 status = hw->phy.ops.write_reg(hw, in ixgbe_init_ext_t_x550em()
2536 * ixgbe_setup_kr_x550em - Configure the KR PHY.
2542 if (hw->phy.autoneg_advertised & IXGBE_LINK_SPEED_2_5GB_FULL) in ixgbe_setup_kr_x550em()
2548 return ixgbe_setup_kr_speed_x550em(hw, hw->phy.autoneg_advertised); in ixgbe_setup_kr_x550em()
2552 * ixgbe_setup_mac_link_sfp_x550em - Setup internal/external the PHY for SFP
2557 * Configure the external PHY and the integrated KR PHY for SFP support.
2581 /* Configure internal PHY for KR/KX. */ in ixgbe_setup_mac_link_sfp_x550em()
2586 (hw->bus.lan_id << 12); in ixgbe_setup_mac_link_sfp_x550em()
2591 ret_val = hw->link.ops.write_link(hw, hw->link.addr, reg_slice, in ixgbe_setup_mac_link_sfp_x550em()
2597 * ixgbe_setup_sfi_x550a - Configure the internal PHY for native SFI mode
2599 * @speed: the link speed to force
2601 * Configures the integrated PHY for native SFI mode. Used to connect the
2602 * internal PHY directly to an SFP cage, without autonegotiation.
2606 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_sfi_x550a()
2610 /* Disable all AN and force speed to 10G Serial. */ in ixgbe_setup_sfi_x550a()
2611 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_sfi_x550a()
2612 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sfi_x550a()
2622 /* Select forced link speed for internal PHY. */ in ixgbe_setup_sfi_x550a()
2631 /* Other link speeds are not supported by internal PHY. */ in ixgbe_setup_sfi_x550a()
2635 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_sfi_x550a()
2636 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_sfi_x550a()
2646 * ixgbe_setup_mac_link_sfp_x550a - Setup internal PHY for SFP
2651 * Configure the integrated PHY for SFP support.
2676 if (hw->device_id == IXGBE_DEV_ID_X550EM_A_SFP_N) { in ixgbe_setup_mac_link_sfp_x550a()
2677 /* Configure internal PHY for native SFI based on module type */ in ixgbe_setup_mac_link_sfp_x550a()
2678 ret_val = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_mac_link_sfp_x550a()
2679 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_mac_link_sfp_x550a()
2689 ret_val = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_mac_link_sfp_x550a()
2690 IXGBE_KRM_PMD_FLX_MASK_ST20(hw->bus.lan_id), in ixgbe_setup_mac_link_sfp_x550a()
2699 /* Configure internal PHY for KR/KX. */ in ixgbe_setup_mac_link_sfp_x550a()
2702 if (hw->phy.addr == 0x0 || hw->phy.addr == 0xFFFF) { in ixgbe_setup_mac_link_sfp_x550a()
2708 /* Get external PHY SKU id */ in ixgbe_setup_mac_link_sfp_x550a()
2709 ret_val = hw->phy.ops.read_reg(hw, IXGBE_CS4227_EFUSE_PDF_SKU, in ixgbe_setup_mac_link_sfp_x550a()
2719 slice_offset = (hw->bus.lan_id + in ixgbe_setup_mac_link_sfp_x550a()
2720 (hw->bus.instance_id << 1)) << 12; in ixgbe_setup_mac_link_sfp_x550a()
2722 slice_offset = hw->bus.lan_id << 12; in ixgbe_setup_mac_link_sfp_x550a()
2727 ret_val = hw->phy.ops.read_reg(hw, reg_slice, in ixgbe_setup_mac_link_sfp_x550a()
2740 ret_val = hw->phy.ops.write_reg(hw, reg_slice, in ixgbe_setup_mac_link_sfp_x550a()
2744 ret_val = hw->phy.ops.read_reg(hw, reg_slice, in ixgbe_setup_mac_link_sfp_x550a()
2751 * ixgbe_setup_ixfi_x550em_x - MAC specific iXFI configuration
2758 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_ixfi_x550em_x()
2763 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2764 IXGBE_KRM_RX_TRN_LINKUP_CTRL(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2769 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2770 IXGBE_KRM_RX_TRN_LINKUP_CTRL(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2776 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2777 IXGBE_KRM_DSP_TXFFE_STATE_4(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2784 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2785 IXGBE_KRM_DSP_TXFFE_STATE_4(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2789 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2790 IXGBE_KRM_DSP_TXFFE_STATE_5(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2797 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2798 IXGBE_KRM_DSP_TXFFE_STATE_5(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2804 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2805 IXGBE_KRM_TX_COEFF_CTRL_1(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2813 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em_x()
2814 IXGBE_KRM_TX_COEFF_CTRL_1(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em_x()
2820 * ixgbe_setup_ixfi_x550em - Configure the KR PHY for iXFI mode.
2822 * @speed: the link speed to force
2824 * Configures the integrated KR PHY to use iXFI mode. Used to connect an
2825 * internal and external PHY at a specific speed, without autonegotiation.
2829 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_setup_ixfi_x550em()
2834 if (mac->type != ixgbe_mac_X550EM_x) in ixgbe_setup_ixfi_x550em()
2837 /* Disable AN and force speed to 10G Serial. */ in ixgbe_setup_ixfi_x550em()
2838 status = mac->ops.read_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em()
2839 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em()
2847 /* Select forced link speed for internal PHY. */ in ixgbe_setup_ixfi_x550em()
2856 /* Other link speeds are not supported by internal KR PHY. */ in ixgbe_setup_ixfi_x550em()
2860 status = mac->ops.write_iosf_sb_reg(hw, in ixgbe_setup_ixfi_x550em()
2861 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_ixfi_x550em()
2867 if (hw->mac.type == ixgbe_mac_X550EM_x) { in ixgbe_setup_ixfi_x550em()
2880 * ixgbe_ext_phy_t_x550em_get_link - Get ext phy link status
2894 ret = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS, in ixgbe_ext_phy_t_x550em_get_link()
2900 ret = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS, in ixgbe_ext_phy_t_x550em_get_link()
2912 * ixgbe_setup_internal_phy_t_x550em - Configure KR PHY to X557 link
2915 * Configures the link between the integrated KR PHY and the external X557 PHY
2917 * interrupt from the X557 PHY. This function configures the link speed
2918 * between the PHYs to match the link speed of the BASE-T link.
2920 * A return of a non-zero value indicates an error, and the base driver should
2930 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_setup_internal_phy_t_x550em()
2933 if (hw->mac.type == ixgbe_mac_X550EM_x && in ixgbe_setup_internal_phy_t_x550em()
2934 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_internal_phy_t_x550em()
2943 status = hw->phy.ops.read_reg(hw, in ixgbe_setup_internal_phy_t_x550em()
2950 /* If link is still down - no setup is required so return */ in ixgbe_setup_internal_phy_t_x550em()
2968 /* Internal PHY does not support anything else */ in ixgbe_setup_internal_phy_t_x550em()
2981 * ixgbe_setup_phy_loopback_x550em - Configure the KR PHY for loopback.
2984 * Configures the integrated KR PHY to use internal loopback mode.
2991 /* Disable AN and force speed to 10G Serial. */ in ixgbe_setup_phy_loopback_x550em()
2992 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
2993 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3000 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3001 IXGBE_KRM_LINK_CTRL_1(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3006 /* Set near-end loopback clocks. */ in ixgbe_setup_phy_loopback_x550em()
3007 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3008 IXGBE_KRM_PORT_CAR_GEN_CTRL(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3014 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3015 IXGBE_KRM_PORT_CAR_GEN_CTRL(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3021 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3022 IXGBE_KRM_PMD_DFX_BURNIN(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3027 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3028 IXGBE_KRM_PMD_DFX_BURNIN(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3034 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3035 IXGBE_KRM_RX_TRN_LINKUP_CTRL(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3040 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_phy_loopback_x550em()
3041 IXGBE_KRM_RX_TRN_LINKUP_CTRL(hw->bus.lan_id), in ixgbe_setup_phy_loopback_x550em()
3048 * ixgbe_read_ee_hostif_X550 - Read EEPROM word using a host interface command
3076 status = hw->mac.ops.acquire_swfw_sync(hw, mask); in ixgbe_read_ee_hostif_X550()
3087 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_read_ee_hostif_X550()
3092 * ixgbe_read_ee_hostif_buffer_X550- Read EEPROM word(s) using hostif
3113 status = hw->mac.ops.acquire_swfw_sync(hw, mask); in ixgbe_read_ee_hostif_buffer_X550()
3115 DEBUGOUT("EEPROM read buffer - semaphore failed\n"); in ixgbe_read_ee_hostif_buffer_X550()
3159 words -= words_to_read; in ixgbe_read_ee_hostif_buffer_X550()
3163 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_read_ee_hostif_buffer_X550()
3168 * ixgbe_write_ee_hostif_data_X550 - Write EEPROM word using hostif
3212 * ixgbe_write_ee_hostif_X550 - Write EEPROM word using hostif
3226 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) == in ixgbe_write_ee_hostif_X550()
3229 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_X550()
3239 * ixgbe_write_ee_hostif_buffer_X550 - Write EEPROM word(s) using hostif
3256 status = hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_buffer_X550()
3258 DEBUGOUT("EEPROM write buffer - semaphore failed\n"); in ixgbe_write_ee_hostif_buffer_X550()
3272 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); in ixgbe_write_ee_hostif_buffer_X550()
3279 * ixgbe_checksum_ptr_x550 - Checksum one pointer region
3323 (ptr + length) >= hw->eeprom.word_size) in ixgbe_checksum_ptr_x550()
3330 for (i = start; length; i++, length--) { in ixgbe_checksum_ptr_x550()
3351 * ixgbe_calc_checksum_X550 - Calculates and returns the checksum
3356 * Returns a negative error code on error, or the 16-bit checksum
3368 hw->eeprom.ops.init_params(hw); in ixgbe_calc_checksum_X550()
3387 * For X550 hardware include 0x0-0x41 in the checksum, skip the in ixgbe_calc_checksum_X550()
3395 * Include all data from pointers 0x3, 0x6-0xE. This excludes the in ixgbe_calc_checksum_X550()
3396 * FW, PHY module, and PCIe Expansion/Option ROM pointers. in ixgbe_calc_checksum_X550()
3406 pointer >= hw->eeprom.word_size) in ixgbe_calc_checksum_X550()
3428 checksum = (u16)IXGBE_EEPROM_SUM - checksum; in ixgbe_calc_checksum_X550()
3434 * ixgbe_calc_eeprom_checksum_X550 - Calculates and returns the checksum
3437 * Returns a negative error code on error, or the 16-bit checksum
3445 * ixgbe_validate_eeprom_checksum_X550 - Validate EEPROM checksum
3464 status = hw->eeprom.ops.read(hw, 0, &checksum); in ixgbe_validate_eeprom_checksum_X550()
3470 status = hw->eeprom.ops.calc_checksum(hw); in ixgbe_validate_eeprom_checksum_X550()
3498 * ixgbe_update_eeprom_checksum_X550 - Updates the EEPROM checksum and flash
3539 * ixgbe_update_flash_X550 - Instruct HW to copy EEPROM to Flash device
3564 * ixgbe_get_supported_physical_layer_X550em - Returns physical layer type
3576 hw->phy.ops.identify(hw); in ixgbe_get_supported_physical_layer_X550em()
3578 switch (hw->phy.type) { in ixgbe_get_supported_physical_layer_X550em()
3580 if (hw->mac.type == ixgbe_mac_X550EM_a) { in ixgbe_get_supported_physical_layer_X550em()
3581 if (hw->phy.nw_mng_if_sel & in ixgbe_get_supported_physical_layer_X550em()
3586 } else if (hw->device_id == in ixgbe_get_supported_physical_layer_X550em()
3605 hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_EXT_ABILITY, in ixgbe_get_supported_physical_layer_X550em()
3614 if (hw->phy.speeds_supported & IXGBE_LINK_SPEED_1GB_FULL) in ixgbe_get_supported_physical_layer_X550em()
3616 if (hw->phy.speeds_supported & IXGBE_LINK_SPEED_100_FULL) in ixgbe_get_supported_physical_layer_X550em()
3618 if (hw->phy.speeds_supported & IXGBE_LINK_SPEED_10_FULL) in ixgbe_get_supported_physical_layer_X550em()
3631 if (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) in ixgbe_get_supported_physical_layer_X550em()
3638 * ixgbe_get_bus_info_X550em - Set PCI bus info
3649 hw->bus.width = ixgbe_bus_width_unknown; in ixgbe_get_bus_info_X550em()
3650 hw->bus.speed = ixgbe_bus_speed_unknown; in ixgbe_get_bus_info_X550em()
3652 hw->mac.ops.set_lan_id(hw); in ixgbe_get_bus_info_X550em()
3658 * ixgbe_disable_rx_x550 - Disable RX unit
3677 hw->mac.set_lben = true; in ixgbe_disable_rx_x550()
3679 hw->mac.set_lben = false; in ixgbe_disable_rx_x550()
3685 fw_cmd.port_number = (u8)hw->bus.lan_id; in ixgbe_disable_rx_x550()
3691 /* If we fail - disable RX using register write */ in ixgbe_disable_rx_x550()
3703 * ixgbe_enter_lplu_t_x550em - Transition to low power states
3707 * (from D0 to non-D0). Link is required to enter LPLU so avoid resetting the
3708 * X557 PHY immediately prior to entering LPLU.
3719 if ((hw->mac.type == ixgbe_mac_X550EM_x) && in ixgbe_enter_lplu_t_x550em()
3732 status = ixgbe_read_eeprom(hw, NVM_INIT_CTRL_3, &hw->eeprom.ctrl_word_3); in ixgbe_enter_lplu_t_x550em()
3738 * disabled, then force link down by entering low power mode. in ixgbe_enter_lplu_t_x550em()
3740 if (!link_up || !(hw->eeprom.ctrl_word_3 & NVM_INIT_CTRL_3_LPLU) || in ixgbe_enter_lplu_t_x550em()
3741 !(hw->wol_enabled || ixgbe_mng_present(hw))) in ixgbe_enter_lplu_t_x550em()
3750 /* If no valid LCD link speed, then force link down and exit. */ in ixgbe_enter_lplu_t_x550em()
3754 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_STAT, in ixgbe_enter_lplu_t_x550em()
3777 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_VENDOR_TX_ALARM, in ixgbe_enter_lplu_t_x550em()
3784 status = hw->phy.ops.read_reg(hw, IXGBE_MII_10GBASE_T_AUTONEG_CTRL_REG, in ixgbe_enter_lplu_t_x550em()
3791 status = hw->phy.ops.read_reg(hw, in ixgbe_enter_lplu_t_x550em()
3799 save_autoneg = hw->phy.autoneg_advertised; in ixgbe_enter_lplu_t_x550em()
3802 status = hw->mac.ops.setup_link(hw, lcd_speed, false); in ixgbe_enter_lplu_t_x550em()
3805 hw->phy.autoneg_advertised = save_autoneg; in ixgbe_enter_lplu_t_x550em()
3811 * ixgbe_get_lcd_t_x550em - Determine lowest common denominator
3821 u16 word = hw->eeprom.ctrl_word_3; in ixgbe_get_lcd_t_x550em()
3825 status = hw->phy.ops.read_reg(hw, IXGBE_AUTO_NEG_LP_STATUS, in ixgbe_get_lcd_t_x550em()
3839 if ((hw->bus.lan_id && (word & NVM_INIT_CTRL_3_D10GMP_PORT1)) || in ixgbe_get_lcd_t_x550em()
3849 * ixgbe_setup_fc_X550em - Set up flow control
3862 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) { in ixgbe_setup_fc_X550em()
3872 if (hw->fc.requested_mode == ixgbe_fc_default) in ixgbe_setup_fc_X550em()
3873 hw->fc.requested_mode = ixgbe_fc_full; in ixgbe_setup_fc_X550em()
3876 switch (hw->fc.requested_mode) { in ixgbe_setup_fc_X550em()
3905 switch (hw->device_id) { in ixgbe_setup_fc_X550em()
3909 ret_val = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_fc_X550em()
3910 IXGBE_KRM_AN_CNTL_1(hw->bus.lan_id), in ixgbe_setup_fc_X550em()
3920 ret_val = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_fc_X550em()
3921 IXGBE_KRM_AN_CNTL_1(hw->bus.lan_id), in ixgbe_setup_fc_X550em()
3925 hw->fc.disable_fc_autoneg = true; in ixgbe_setup_fc_X550em()
3928 hw->fc.disable_fc_autoneg = true; in ixgbe_setup_fc_X550em()
3939 * ixgbe_fc_autoneg_backplane_x550em_a - Enable flow control IEEE clause 37
3953 * - FC autoneg is disabled, or if in ixgbe_fc_autoneg_backplane_x550em_a()
3954 * - link is not up. in ixgbe_fc_autoneg_backplane_x550em_a()
3956 if (hw->fc.disable_fc_autoneg) { in ixgbe_fc_autoneg_backplane_x550em_a()
3962 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a()
3968 /* Check at auto-negotiation has completed */ in ixgbe_fc_autoneg_backplane_x550em_a()
3969 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_fc_autoneg_backplane_x550em_a()
3970 IXGBE_KRM_LINK_S1(hw->bus.lan_id), in ixgbe_fc_autoneg_backplane_x550em_a()
3975 DEBUGOUT("Auto-Negotiation did not complete\n"); in ixgbe_fc_autoneg_backplane_x550em_a()
3983 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_fc_autoneg_backplane_x550em_a()
3984 IXGBE_KRM_AN_CNTL_1(hw->bus.lan_id), in ixgbe_fc_autoneg_backplane_x550em_a()
3988 DEBUGOUT("Auto-Negotiation did not complete\n"); in ixgbe_fc_autoneg_backplane_x550em_a()
3992 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_fc_autoneg_backplane_x550em_a()
3993 IXGBE_KRM_LP_BASE_PAGE_HIGH(hw->bus.lan_id), in ixgbe_fc_autoneg_backplane_x550em_a()
3997 DEBUGOUT("Auto-Negotiation did not complete\n"); in ixgbe_fc_autoneg_backplane_x550em_a()
4009 hw->fc.fc_was_autonegged = true; in ixgbe_fc_autoneg_backplane_x550em_a()
4011 hw->fc.fc_was_autonegged = false; in ixgbe_fc_autoneg_backplane_x550em_a()
4012 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_backplane_x550em_a()
4017 * ixgbe_fc_autoneg_fiber_x550em_a - passthrough FC settings
4023 hw->fc.fc_was_autonegged = false; in ixgbe_fc_autoneg_fiber_x550em_a()
4024 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_fiber_x550em_a()
4028 * ixgbe_fc_autoneg_sgmii_x550em_a - Enable flow control IEEE clause 37
4042 * - FC autoneg is disabled, or if in ixgbe_fc_autoneg_sgmii_x550em_a()
4043 * - link is not up. in ixgbe_fc_autoneg_sgmii_x550em_a()
4045 if (hw->fc.disable_fc_autoneg) { in ixgbe_fc_autoneg_sgmii_x550em_a()
4051 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a()
4057 /* Check if auto-negotiation has completed */ in ixgbe_fc_autoneg_sgmii_x550em_a()
4061 DEBUGOUT("Auto-Negotiation did not complete\n"); in ixgbe_fc_autoneg_sgmii_x550em_a()
4075 hw->fc.fc_was_autonegged = true; in ixgbe_fc_autoneg_sgmii_x550em_a()
4077 hw->fc.fc_was_autonegged = false; in ixgbe_fc_autoneg_sgmii_x550em_a()
4078 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_sgmii_x550em_a()
4083 * ixgbe_setup_fc_backplane_x550em_a - Set up flow control
4096 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) { in ixgbe_setup_fc_backplane_x550em_a()
4102 if (hw->fc.requested_mode == ixgbe_fc_default) in ixgbe_setup_fc_backplane_x550em_a()
4103 hw->fc.requested_mode = ixgbe_fc_full; in ixgbe_setup_fc_backplane_x550em_a()
4109 status = hw->mac.ops.read_iosf_sb_reg(hw, in ixgbe_setup_fc_backplane_x550em_a()
4110 IXGBE_KRM_AN_CNTL_1(hw->bus.lan_id), in ixgbe_setup_fc_backplane_x550em_a()
4114 DEBUGOUT("Auto-Negotiation did not complete\n"); in ixgbe_setup_fc_backplane_x550em_a()
4127 switch (hw->fc.requested_mode) { in ixgbe_setup_fc_backplane_x550em_a()
4160 status = hw->mac.ops.write_iosf_sb_reg(hw, in ixgbe_setup_fc_backplane_x550em_a()
4161 IXGBE_KRM_AN_CNTL_1(hw->bus.lan_id), in ixgbe_setup_fc_backplane_x550em_a()
4164 /* Restart auto-negotiation. */ in ixgbe_setup_fc_backplane_x550em_a()
4171 * ixgbe_set_mux - Set mux for port 1 access with CS4227
4179 if (!hw->bus.lan_id) in ixgbe_set_mux()
4191 * ixgbe_acquire_swfw_sync_X550em - Acquire SWFW semaphore
4214 * ixgbe_release_swfw_sync_X550em - Release SWFW semaphore
4231 * ixgbe_acquire_swfw_sync_X550a - Acquire SWFW semaphore
4235 * Acquires the SWFW semaphore and get the shared phy token as needed
4257 while (--retries) { in ixgbe_acquire_swfw_sync_X550a()
4264 DEBUGOUT1("Retry acquiring the PHY token failed, Status = %d\n", status); in ixgbe_acquire_swfw_sync_X550a()
4271 DEBUGOUT1("Could not acquire PHY token, Status = %d\n", in ixgbe_acquire_swfw_sync_X550a()
4278 DEBUGOUT1("Semaphore acquisition retries failed!: PHY ID = 0x%08X\n", in ixgbe_acquire_swfw_sync_X550a()
4279 hw->phy.id); in ixgbe_acquire_swfw_sync_X550a()
4284 * ixgbe_release_swfw_sync_X550a - Release SWFW semaphore
4288 * Releases the SWFW semaphore and puts the shared phy token as needed
4304 * ixgbe_read_phy_reg_x550a - Reads specified PHY register
4306 * @reg_addr: 32 bit address of PHY register to read
4308 * @phy_data: Pointer to read data from PHY register
4310 * Reads a value from a specified PHY register using the SWFW lock and PHY
4311 * Token. The PHY Token is needed since the MDIO is shared between to MAC
4318 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
4322 if (hw->mac.ops.acquire_swfw_sync(hw, mask)) in ixgbe_read_phy_reg_x550a()
4325 status = hw->phy.ops.read_reg_mdi(hw, reg_addr, device_type, phy_data); in ixgbe_read_phy_reg_x550a()
4327 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_read_phy_reg_x550a()
4333 * ixgbe_write_phy_reg_x550a - Writes specified PHY register
4335 * @reg_addr: 32 bit PHY register to write
4337 * @phy_data: Data to write to the PHY register
4339 * Writes a value to specified PHY register using the SWFW lock and PHY Token.
4340 * The PHY Token is needed since the MDIO is shared between to MAC instances.
4346 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
4350 if (hw->mac.ops.acquire_swfw_sync(hw, mask) == IXGBE_SUCCESS) { in ixgbe_write_phy_reg_x550a()
4351 status = hw->phy.ops.write_reg_mdi(hw, reg_addr, device_type, in ixgbe_write_phy_reg_x550a()
4353 hw->mac.ops.release_swfw_sync(hw, mask); in ixgbe_write_phy_reg_x550a()
4362 * ixgbe_handle_lasi_ext_t_x550em - Handle external Base T PHY interrupt
4365 * Handle external Base T PHY interrupt. If high temperature
4367 * then setup internal/external PHY link
4370 * failure alarm, else return PHY access status.
4389 * ixgbe_setup_mac_link_t_X550em - Sets the auto advertised link speed
4394 * Setup internal/external PHY link speed based on link speed, then set
4395 * external PHY auto advertised link speed.
4410 /* Setup internal/external PHY link speed to iXFI (10G), unless in ixgbe_setup_mac_link_t_X550em()
4420 if (hw->mac.type == ixgbe_mac_X550EM_x && in ixgbe_setup_mac_link_t_X550em()
4421 !(hw->phy.nw_mng_if_sel & IXGBE_NW_MNG_IF_SEL_INT_PHY_MODE)) { in ixgbe_setup_mac_link_t_X550em()
4441 return hw->phy.ops.setup_link_speed(hw, speed, autoneg_wait_to_complete); in ixgbe_setup_mac_link_t_X550em()
4445 * ixgbe_check_link_t_X550em - Determine link and speed status
4451 * Check that both the MAC and X557 external PHY have link.
4459 if (hw->mac.ops.get_media_type(hw) != ixgbe_media_type_copper) in ixgbe_check_link_t_X550em()
4469 /* MAC link is up, so check external PHY link. in ixgbe_check_link_t_X550em()
4470 * X557 PHY. Link status is latching low, and can only be used to detect in ixgbe_check_link_t_X550em()
4472 * back-to-back reads. in ixgbe_check_link_t_X550em()
4475 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_AUTO_NEG_STATUS, in ixgbe_check_link_t_X550em()
4483 /* If external PHY link is not up, then indicate link not up */ in ixgbe_check_link_t_X550em()
4491 * ixgbe_reset_phy_t_X550em - Performs X557 PHY reset and enables LASI
4508 * ixgbe_led_on_t_X550em - Turns on the software controllable LEDs.
4533 * ixgbe_led_off_t_X550em - Turns off the software controllable LEDs.
4558 * ixgbe_set_fw_drv_ver_x550 - Sends driver version to firmware
4588 fw_cmd.port_num = (u8)hw->bus.func; in ixgbe_set_fw_drv_ver_x550()
4619 * ixgbe_fw_recovery_mode_X550 - Check FW NVM recovery mode