/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.c | 300 * Determines the link capabilities by reading the AUTOC register. 307 u32 autoc = 0; local in function:ixgbe_get_link_capabilities_82598 312 * Determine link capabilities based on the stored value of AUTOC, 313 * which represents EEPROM defaults. If AUTOC value has not been 317 autoc = hw->mac.orig_autoc; 319 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); 321 switch (autoc & IXGBE_AUTOC_LMS_MASK) { 340 if (autoc & IXGBE_AUTOC_KX4_SUPP) 342 if (autoc & IXGBE_AUTOC_KX_SUPP) 735 * Set the link speed in the AUTOC register and restarts link 745 u32 autoc = curr_autoc; local in function:ixgbe_setup_mac_link_82598 823 u32 autoc; local in function:ixgbe_reset_hw_82598 1235 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local in function:ixgbe_get_supported_physical_layer_82598 [all...] |
ixgbe_82598.c | 300 * Determines the link capabilities by reading the AUTOC register. 307 u32 autoc = 0; local in function:ixgbe_get_link_capabilities_82598 312 * Determine link capabilities based on the stored value of AUTOC, 313 * which represents EEPROM defaults. If AUTOC value has not been 317 autoc = hw->mac.orig_autoc; 319 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); 321 switch (autoc & IXGBE_AUTOC_LMS_MASK) { 340 if (autoc & IXGBE_AUTOC_KX4_SUPP) 342 if (autoc & IXGBE_AUTOC_KX_SUPP) 735 * Set the link speed in the AUTOC register and restarts link 745 u32 autoc = curr_autoc; local in function:ixgbe_setup_mac_link_82598 823 u32 autoc; local in function:ixgbe_reset_hw_82598 1235 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local in function:ixgbe_get_supported_physical_layer_82598 [all...] |
ixgbe_82599.c | 248 * prot_autoc_read_82599 - Hides MAC differences needed for AUTOC read 251 * @reg_val: Value we read from AUTOC 277 * prot_autoc_write_82599 - Hides MAC differences needed for AUTOC write 279 * @autoc: value to write to AUTOC 284 * AUTOC. Likewise after a write we need to do a pipeline reset. 286 s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) 307 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc); 422 * Determines the link capabilities by reading the AUTOC register. 429 u32 autoc = 0 local in function:ixgbe_get_link_capabilities_82599 909 u32 autoc = current_autoc; \/* Temporary variable used for comparison purposes *\/ local in function:ixgbe_setup_mac_link_82599 1053 u32 i, autoc, autoc2; local in function:ixgbe_reset_hw_82599 2209 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local in function:ixgbe_get_supported_physical_layer_82599 [all...] |
ixgbe_82599.c | 248 * prot_autoc_read_82599 - Hides MAC differences needed for AUTOC read 251 * @reg_val: Value we read from AUTOC 277 * prot_autoc_write_82599 - Hides MAC differences needed for AUTOC write 279 * @autoc: value to write to AUTOC 284 * AUTOC. Likewise after a write we need to do a pipeline reset. 286 s32 prot_autoc_write_82599(struct ixgbe_hw *hw, u32 autoc, bool locked) 307 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc); 422 * Determines the link capabilities by reading the AUTOC register. 429 u32 autoc = 0 local in function:ixgbe_get_link_capabilities_82599 909 u32 autoc = current_autoc; \/* Temporary variable used for comparison purposes *\/ local in function:ixgbe_setup_mac_link_82599 1053 u32 i, autoc, autoc2; local in function:ixgbe_reset_hw_82599 2209 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local in function:ixgbe_get_supported_physical_layer_82599 [all...] |