HomeSort by: relevance | last modified time | path
    Searched defs:autoc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_82598.c 300 * Determines the link capabilities by reading the AUTOC register.
307 u32 autoc = 0; local
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
823 u32 autoc; local
1235 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [all...]
ixgbe_82598.c 300 * Determines the link capabilities by reading the AUTOC register.
307 u32 autoc = 0; local
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
823 u32 autoc; local
1235 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [all...]
ixgbe_82598.c 300 * Determines the link capabilities by reading the AUTOC register.
307 u32 autoc = 0; local
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
823 u32 autoc; local
1235 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [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
909 u32 autoc = current_autoc; \/* Temporary variable used for comparison purposes *\/ local
1053 u32 i, autoc, autoc2; local
2209 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [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
909 u32 autoc = current_autoc; \/* Temporary variable used for comparison purposes *\/ local
1053 u32 i, autoc, autoc2; local
2209 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [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
909 u32 autoc = current_autoc; \/* Temporary variable used for comparison purposes *\/ local
1053 u32 i, autoc, autoc2; local
2209 u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); local
    [all...]

Completed in 144 milliseconds