Searched refs:power_up (Results 1 - 14 of 14) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_phy.c42 phy->ops.power_up = igc_null_phy_generic;
H A Digc_i225.c148 phy->ops.power_up = igc_power_up_phy_copper;
H A Digc_hw.h399 void (*power_up)(struct igc_hw *); member in struct:igc_phy_operations
H A Digc_api.c702 if (hw->phy.ops.power_up)
703 hw->phy.ops.power_up(hw);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_phy.c97 phy->ops.power_up = e1000_null_phy_generic;
H A De1000_ich8lan.c478 phy->ops.power_up = e1000_power_up_phy_copper;
569 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_hw.h791 void (*power_up)(struct e1000_hw *); member in struct:e1000_phy_operations
H A De1000_api.c1391 if (hw->phy.ops.power_up)
1392 hw->phy.ops.power_up(hw);
H A De1000_82575.c175 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_82571.c112 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_82543.c96 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_82541.c108 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_82540.c87 phy->ops.power_up = e1000_power_up_phy_copper;
H A De1000_80003es2lan.c99 phy->ops.power_up = e1000_power_up_phy_copper;

Completed in 97 milliseconds