diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-10-30 10:53:30 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2005-11-05 21:00:01 -0500 |
commit | e9ab1d145365a871858f402f3655cd4939fa38d5 (patch) | |
tree | d9a6ce83a766f3693fef16826803ed7a45121d14 /drivers/net/ixgb/ixgb_hw.h | |
parent | 70d9d825e0a5a78ec1dacaaaf5c72ff5b0206fab (diff) |
[PATCH] drivers/net/ixgb/: make some code static
This patch makes some needlessly global code static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/ixgb/ixgb_hw.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_hw.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.h b/drivers/net/ixgb/ixgb_hw.h index 8bcf31ed10c2..382c6300ccc2 100644 --- a/drivers/net/ixgb/ixgb_hw.h +++ b/drivers/net/ixgb/ixgb_hw.h | |||
@@ -784,23 +784,8 @@ struct ixgb_hw_stats { | |||
784 | extern boolean_t ixgb_adapter_stop(struct ixgb_hw *hw); | 784 | extern boolean_t ixgb_adapter_stop(struct ixgb_hw *hw); |
785 | extern boolean_t ixgb_init_hw(struct ixgb_hw *hw); | 785 | extern boolean_t ixgb_init_hw(struct ixgb_hw *hw); |
786 | extern boolean_t ixgb_adapter_start(struct ixgb_hw *hw); | 786 | extern boolean_t ixgb_adapter_start(struct ixgb_hw *hw); |
787 | extern void ixgb_init_rx_addrs(struct ixgb_hw *hw); | ||
788 | extern void ixgb_check_for_link(struct ixgb_hw *hw); | 787 | extern void ixgb_check_for_link(struct ixgb_hw *hw); |
789 | extern boolean_t ixgb_check_for_bad_link(struct ixgb_hw *hw); | 788 | extern boolean_t ixgb_check_for_bad_link(struct ixgb_hw *hw); |
790 | extern boolean_t ixgb_setup_fc(struct ixgb_hw *hw); | ||
791 | extern void ixgb_clear_hw_cntrs(struct ixgb_hw *hw); | ||
792 | extern boolean_t mac_addr_valid(uint8_t *mac_addr); | ||
793 | |||
794 | extern uint16_t ixgb_read_phy_reg(struct ixgb_hw *hw, | ||
795 | uint32_t reg_addr, | ||
796 | uint32_t phy_addr, | ||
797 | uint32_t device_type); | ||
798 | |||
799 | extern void ixgb_write_phy_reg(struct ixgb_hw *hw, | ||
800 | uint32_t reg_addr, | ||
801 | uint32_t phy_addr, | ||
802 | uint32_t device_type, | ||
803 | uint16_t data); | ||
804 | 789 | ||
805 | extern void ixgb_rar_set(struct ixgb_hw *hw, | 790 | extern void ixgb_rar_set(struct ixgb_hw *hw, |
806 | uint8_t *addr, | 791 | uint8_t *addr, |
@@ -818,8 +803,6 @@ extern void ixgb_write_vfta(struct ixgb_hw *hw, | |||
818 | uint32_t offset, | 803 | uint32_t offset, |
819 | uint32_t value); | 804 | uint32_t value); |
820 | 805 | ||
821 | extern void ixgb_clear_vfta(struct ixgb_hw *hw); | ||
822 | |||
823 | /* Access functions to eeprom data */ | 806 | /* Access functions to eeprom data */ |
824 | void ixgb_get_ee_mac_addr(struct ixgb_hw *hw, uint8_t *mac_addr); | 807 | void ixgb_get_ee_mac_addr(struct ixgb_hw *hw, uint8_t *mac_addr); |
825 | uint32_t ixgb_get_ee_pba_number(struct ixgb_hw *hw); | 808 | uint32_t ixgb_get_ee_pba_number(struct ixgb_hw *hw); |