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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_api.c1018 if (hw->phy.ops.cfg_on_link_up)
1019 return hw->phy.ops.cfg_on_link_up(hw);
H A De1000_80003es2lan.c130 phy->ops.cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan;
838 hw->phy.ops.cfg_on_link_up(hw);
H A De1000_hw.h712 s32 (*cfg_on_link_up)(struct e1000_hw *); member in struct:e1000_phy_operations
H A De1000_phy.c100 phy->ops.cfg_on_link_up = e1000_null_ops_generic;

Completed in 65 milliseconds