Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103239
b: refs/heads/master
c: 733596b
h: refs/heads/master
i:
  103237: abacc79
  103235: 5f643d9
  103231: 1bed8fe
v: v3
  • Loading branch information
Jeff Kirsher authored and Jeff Garzik committed Jul 4, 2008
1 parent 2cf7f1d commit 039187b
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b644cf6cef0324c595b86181220901b5bed0b99
refs/heads/master: 733596bea6ba7ea7949720b86794eda4e1b793d1
48 changes: 24 additions & 24 deletions trunk/drivers/net/igb/e1000_82575.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static s32 igb_get_invariants_82575(struct e1000_hw *hw)
}

/**
* e1000_acquire_phy_82575 - Acquire rights to access PHY
* igb_acquire_phy_82575 - Acquire rights to access PHY
* @hw: pointer to the HW structure
*
* Acquire access rights to the correct PHY. This is a
Expand All @@ -242,7 +242,7 @@ static s32 igb_acquire_phy_82575(struct e1000_hw *hw)
}

/**
* e1000_release_phy_82575 - Release rights to access PHY
* igb_release_phy_82575 - Release rights to access PHY
* @hw: pointer to the HW structure
*
* A wrapper to release access rights to the correct PHY. This is a
Expand All @@ -257,7 +257,7 @@ static void igb_release_phy_82575(struct e1000_hw *hw)
}

/**
* e1000_read_phy_reg_sgmii_82575 - Read PHY register using sgmii
* igb_read_phy_reg_sgmii_82575 - Read PHY register using sgmii
* @hw: pointer to the HW structure
* @offset: register offset to be read
* @data: pointer to the read data
Expand Down Expand Up @@ -310,7 +310,7 @@ static s32 igb_read_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
}

/**
* e1000_write_phy_reg_sgmii_82575 - Write PHY register using sgmii
* igb_write_phy_reg_sgmii_82575 - Write PHY register using sgmii
* @hw: pointer to the HW structure
* @offset: register offset to write to
* @data: data to write at register offset
Expand Down Expand Up @@ -365,7 +365,7 @@ static s32 igb_write_phy_reg_sgmii_82575(struct e1000_hw *hw, u32 offset,
}

/**
* e1000_get_phy_id_82575 - Retreive PHY addr and id
* igb_get_phy_id_82575 - Retrieve PHY addr and id
* @hw: pointer to the HW structure
*
* Retreives the PHY address and ID for both PHY's which do and do not use
Expand Down Expand Up @@ -426,7 +426,7 @@ static s32 igb_get_phy_id_82575(struct e1000_hw *hw)
}

/**
* e1000_phy_hw_reset_sgmii_82575 - Performs a PHY reset
* igb_phy_hw_reset_sgmii_82575 - Performs a PHY reset
* @hw: pointer to the HW structure
*
* Resets the PHY using the serial gigabit media independent interface.
Expand Down Expand Up @@ -457,7 +457,7 @@ static s32 igb_phy_hw_reset_sgmii_82575(struct e1000_hw *hw)
}

/**
* e1000_set_d0_lplu_state_82575 - Set Low Power Linkup D0 state
* igb_set_d0_lplu_state_82575 - Set Low Power Linkup D0 state
* @hw: pointer to the HW structure
* @active: true to enable LPLU, false to disable
*
Expand Down Expand Up @@ -543,7 +543,7 @@ static s32 igb_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active)
}

/**
* e1000_acquire_nvm_82575 - Request for access to EEPROM
* igb_acquire_nvm_82575 - Request for access to EEPROM
* @hw: pointer to the HW structure
*
* Acquire the necessary semaphores for exclussive access to the EEPROM.
Expand All @@ -569,7 +569,7 @@ static s32 igb_acquire_nvm_82575(struct e1000_hw *hw)
}

/**
* e1000_release_nvm_82575 - Release exclusive access to EEPROM
* igb_release_nvm_82575 - Release exclusive access to EEPROM
* @hw: pointer to the HW structure
*
* Stop any current commands to the EEPROM and clear the EEPROM request bit,
Expand All @@ -582,7 +582,7 @@ static void igb_release_nvm_82575(struct e1000_hw *hw)
}

/**
* e1000_acquire_swfw_sync_82575 - Acquire SW/FW semaphore
* igb_acquire_swfw_sync_82575 - Acquire SW/FW semaphore
* @hw: pointer to the HW structure
* @mask: specifies which semaphore to acquire
*
Expand Down Expand Up @@ -632,7 +632,7 @@ static s32 igb_acquire_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
}

/**
* e1000_release_swfw_sync_82575 - Release SW/FW semaphore
* igb_release_swfw_sync_82575 - Release SW/FW semaphore
* @hw: pointer to the HW structure
* @mask: specifies which semaphore to acquire
*
Expand All @@ -654,7 +654,7 @@ static void igb_release_swfw_sync_82575(struct e1000_hw *hw, u16 mask)
}

/**
* e1000_get_cfg_done_82575 - Read config done bit
* igb_get_cfg_done_82575 - Read config done bit
* @hw: pointer to the HW structure
*
* Read the management control register for the config done bit for
Expand Down Expand Up @@ -690,7 +690,7 @@ static s32 igb_get_cfg_done_82575(struct e1000_hw *hw)
}

/**
* e1000_check_for_link_82575 - Check for link
* igb_check_for_link_82575 - Check for link
* @hw: pointer to the HW structure
*
* If sgmii is enabled, then use the pcs register to determine link, otherwise
Expand All @@ -713,7 +713,7 @@ static s32 igb_check_for_link_82575(struct e1000_hw *hw)
}

/**
* e1000_get_pcs_speed_and_duplex_82575 - Retrieve current speed/duplex
* igb_get_pcs_speed_and_duplex_82575 - Retrieve current speed/duplex
* @hw: pointer to the HW structure
* @speed: stores the current speed
* @duplex: stores the current duplex
Expand Down Expand Up @@ -768,7 +768,7 @@ static s32 igb_get_pcs_speed_and_duplex_82575(struct e1000_hw *hw, u16 *speed,
}

/**
* e1000_rar_set_82575 - Set receive address register
* igb_rar_set_82575 - Set receive address register
* @hw: pointer to the HW structure
* @addr: pointer to the receive address
* @index: receive address array register
Expand All @@ -785,7 +785,7 @@ static void igb_rar_set_82575(struct e1000_hw *hw, u8 *addr, u32 index)
}

/**
* e1000_reset_hw_82575 - Reset hardware
* igb_reset_hw_82575 - Reset hardware
* @hw: pointer to the HW structure
*
* This resets the hardware into a known state. This is a
Expand Down Expand Up @@ -842,7 +842,7 @@ static s32 igb_reset_hw_82575(struct e1000_hw *hw)
}

/**
* e1000_init_hw_82575 - Initialize hardware
* igb_init_hw_82575 - Initialize hardware
* @hw: pointer to the HW structure
*
* This inits the hardware readying it for operation.
Expand Down Expand Up @@ -886,7 +886,7 @@ static s32 igb_init_hw_82575(struct e1000_hw *hw)
}

/**
* e1000_setup_copper_link_82575 - Configure copper link settings
* igb_setup_copper_link_82575 - Configure copper link settings
* @hw: pointer to the HW structure
*
* Configures the link for auto-neg or forced speed and duplex. Then we check
Expand Down Expand Up @@ -974,7 +974,7 @@ static s32 igb_setup_copper_link_82575(struct e1000_hw *hw)
}

/**
* e1000_setup_fiber_serdes_link_82575 - Setup link for fiber/serdes
* igb_setup_fiber_serdes_link_82575 - Setup link for fiber/serdes
* @hw: pointer to the HW structure
*
* Configures speed and duplex for fiber and serdes links.
Expand Down Expand Up @@ -1038,7 +1038,7 @@ static s32 igb_setup_fiber_serdes_link_82575(struct e1000_hw *hw)
}

/**
* e1000_configure_pcs_link_82575 - Configure PCS link
* igb_configure_pcs_link_82575 - Configure PCS link
* @hw: pointer to the HW structure
*
* Configure the physical coding sub-layer (PCS) link. The PCS link is
Expand Down Expand Up @@ -1103,7 +1103,7 @@ static s32 igb_configure_pcs_link_82575(struct e1000_hw *hw)
}

/**
* e1000_sgmii_active_82575 - Return sgmii state
* igb_sgmii_active_82575 - Return sgmii state
* @hw: pointer to the HW structure
*
* 82575 silicon has a serialized gigabit media independent interface (sgmii)
Expand All @@ -1129,7 +1129,7 @@ static bool igb_sgmii_active_82575(struct e1000_hw *hw)
}

/**
* e1000_reset_init_script_82575 - Inits HW defaults after reset
* igb_reset_init_script_82575 - Inits HW defaults after reset
* @hw: pointer to the HW structure
*
* Inits recommended HW defaults after a reset when there is no EEPROM
Expand Down Expand Up @@ -1165,7 +1165,7 @@ static s32 igb_reset_init_script_82575(struct e1000_hw *hw)
}

/**
* e1000_read_mac_addr_82575 - Read device MAC address
* igb_read_mac_addr_82575 - Read device MAC address
* @hw: pointer to the HW structure
**/
static s32 igb_read_mac_addr_82575(struct e1000_hw *hw)
Expand All @@ -1179,7 +1179,7 @@ static s32 igb_read_mac_addr_82575(struct e1000_hw *hw)
}

/**
* e1000_clear_hw_cntrs_82575 - Clear device specific hardware counters
* igb_clear_hw_cntrs_82575 - Clear device specific hardware counters
* @hw: pointer to the HW structure
*
* Clears the hardware counters by reading the counter registers.
Expand Down
Loading

0 comments on commit 039187b

Please sign in to comment.