Searched refs:reset_hw (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_vf.h205 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c608 if (hw->mac.ops.reset_hw)
609 return hw->mac.ops.reset_hw(hw);
H A De1000_vf.c122 mac->ops.reset_hw = e1000_reset_hw_vf;
H A De1000_82542.c121 mac->ops.reset_hw = e1000_reset_hw_82542;
H A De1000_82540.c194 mac->ops.reset_hw = e1000_reset_hw_82540;
H A De1000_hw.h670 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_80003es2lan.c247 mac->ops.reset_hw = e1000_reset_hw_80003es2lan;
H A De1000_82543.c222 mac->ops.reset_hw = e1000_reset_hw_82543;
H A De1000_82541.c246 mac->ops.reset_hw = e1000_reset_hw_82541;
H A De1000_82575.c408 mac->ops.reset_hw = e1000_reset_hw_82580;
410 mac->ops.reset_hw = e1000_reset_hw_82575;
H A De1000_mac.c56 mac->ops.reset_hw = e1000_null_ops_generic;
H A De1000_82571.c351 mac->ops.reset_hw = e1000_reset_hw_82571;
H A De1000_ich8lan.c523 mac->ops.reset_hw = e1000_reset_hw_ich8lan;

Completed in 229 milliseconds