Searched refs:cfg_on_link_up (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_api.c1083 if (hw->phy.ops.cfg_on_link_up)
1084 return hw->phy.ops.cfg_on_link_up(hw);
H A De1000_80003es2lan.c123 phy->ops.cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan;
731 hw->phy.ops.cfg_on_link_up(hw);
H A De1000_hw.h772 s32 (*cfg_on_link_up)(struct e1000_hw *); member in struct:e1000_phy_operations
H A De1000_phy.c101 phy->ops.cfg_on_link_up = e1000_null_ops_generic;

Completed in 224 milliseconds