Home
last modified time | relevance | path

Searched refs:cfg_on_link_up (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_api.c1015 if (hw->phy.ops.cfg_on_link_up) in e1000_cfg_on_link_up()
1016 return hw->phy.ops.cfg_on_link_up(hw); in e1000_cfg_on_link_up()
H A De1000_80003es2lan.c94 phy->ops.cfg_on_link_up = e1000_cfg_on_link_up_80003es2lan; in e1000_init_phy_params_80003es2lan()
773 hw->phy.ops.cfg_on_link_up(hw); in e1000_get_link_up_info_80003es2lan()
H A De1000_hw.h722 s32 (*cfg_on_link_up)(struct e1000_hw *); member
H A De1000_phy.c70 phy->ops.cfg_on_link_up = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c1496 if (hw->phy.ops.cfg_on_link_up) in igc_cfg_on_link_up()
1497 return hw->phy.ops.cfg_on_link_up(hw); in igc_cfg_on_link_up()
H A Digc_hw.h734 s32 (*cfg_on_link_up)(struct igc_hw *hw); member
H A Digc_phy.c70 phy->ops.cfg_on_link_up = igc_null_ops_generic; in igc_init_phy_ops_generic()