Home
last modified time | relevance | path

Searched refs:e1000_hw (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c37 static int32_t e1000_swfw_sync_acquire(struct e1000_hw *hw, uint16_t mask);
38 static void e1000_swfw_sync_release(struct e1000_hw *hw, uint16_t mask);
39 static int32_t e1000_read_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t *data);
40 static int32_t e1000_write_kmrn_reg(struct e1000_hw *hw, uint32_t reg_addr, uint16_t data);
41 static int32_t e1000_get_software_semaphore(struct e1000_hw *hw);
42 static void e1000_release_software_semaphore(struct e1000_hw *hw);
44 static uint8_t e1000_arc_subsystem_valid(struct e1000_hw *hw);
45 static int32_t e1000_check_downshift(struct e1000_hw *hw);
46 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity);
47 static void e1000_clear_vfta(struct e1000_hw *hw);
[all …]
De1000_hw.h40 struct e1000_hw;
302 int32_t e1000_reset_hw(struct e1000_hw *hw);
303 int32_t e1000_init_hw(struct e1000_hw *hw);
304 int32_t e1000_set_mac_type(struct e1000_hw *hw);
305 void e1000_set_media_type(struct e1000_hw *hw);
308 int32_t e1000_setup_link(struct e1000_hw *hw);
309 int32_t e1000_phy_setup_autoneg(struct e1000_hw *hw);
310 void e1000_config_collision_dist(struct e1000_hw *hw);
311 int32_t e1000_check_for_link(struct e1000_hw *hw);
312 int32_t e1000_get_speed_and_duplex(struct e1000_hw *hw, uint16_t *speed, uint16_t *duplex);
[all …]
DMakefile35 obj-y := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o kcompat.o
De1000_ethtool.c139 struct e1000_hw *hw = &adapter->hw; in e1000_get_settings()
212 struct e1000_hw *hw = &adapter->hw; in e1000_set_settings()
259 struct e1000_hw *hw = &adapter->hw; in e1000_get_pauseparam()
279 struct e1000_hw *hw = &adapter->hw; in e1000_set_pauseparam()
383 struct e1000_hw *hw = &adapter->hw; in e1000_get_regs()
480 struct e1000_hw *hw = &adapter->hw; in e1000_get_eeprom()
526 struct e1000_hw *hw = &adapter->hw; in e1000_set_eeprom()
1392 struct e1000_hw *hw = &adapter->hw; in e1000_setup_loopback_test()
1427 struct e1000_hw *hw = &adapter->hw; in e1000_loopback_cleanup()
1691 struct e1000_hw *hw = &adapter->hw; in e1000_wol_exclusion()
[all …]
De1000_main.c1137 struct e1000_hw *hw = &adapter->hw;
1274 struct e1000_hw *hw = &adapter->hw;
1649 struct e1000_hw *hw = &adapter->hw;
2002 struct e1000_hw *hw = &adapter->hw;
2423 struct e1000_hw *hw = &adapter->hw;
2642 struct e1000_hw *hw = &adapter->hw;
2738 struct e1000_hw *hw = &adapter->hw;
2788 struct e1000_hw *hw = &adapter->hw;
3092 struct e1000_hw *hw = &adapter->hw;
3441 struct e1000_hw *hw = &adapter->hw;
[all …]
De1000.h336 struct e1000_hw hw;