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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_api.c305 if (hw->mac.ops.reset_hw)
306 return hw->mac.ops.reset_hw(hw);
H A Digc_hw.h355 s32 (*reset_hw)(struct igc_hw *); member in struct:igc_mac_operations
H A Digc_i225.c102 mac->ops.reset_hw = igc_reset_hw_i225;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h208 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_api.c684 if (hw->mac.ops.reset_hw)
685 return hw->mac.ops.reset_hw(hw);
H A De1000_vf.c123 mac->ops.reset_hw = e1000_reset_hw_vf;
H A De1000_82542.c122 mac->ops.reset_hw = e1000_reset_hw_82542;
H A De1000_82540.c195 mac->ops.reset_hw = e1000_reset_hw_82540;
H A De1000_hw.h738 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_80003es2lan.c236 mac->ops.reset_hw = e1000_reset_hw_80003es2lan;
H A De1000_82543.c223 mac->ops.reset_hw = e1000_reset_hw_82543;
H A De1000_82541.c242 mac->ops.reset_hw = e1000_reset_hw_82541;
H A De1000_82575.c371 mac->ops.reset_hw = e1000_reset_hw_82580;
373 mac->ops.reset_hw = e1000_reset_hw_82575;
H A De1000_82571.c339 mac->ops.reset_hw = e1000_reset_hw_82571;
H A De1000_mac.c56 mac->ops.reset_hw = e1000_null_ops_generic;
H A De1000_ich8lan.c761 mac->ops.reset_hw = e1000_reset_hw_ich8lan;

Completed in 462 milliseconds