Home
last modified time | relevance | path

Searched refs:check_for_link (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82540.c177 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()
180 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82540()
183 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_82540()
H A De1000_vf.h172 s32 (*check_for_link)(struct e1000_hw *); member
H A De1000_api.c588 if (hw->mac.ops.check_for_link) in e1000_check_for_link()
589 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
H A De1000_82571.c273 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82571()
284 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()
292 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
H A De1000_82542.c100 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82542()
H A De1000_vf.c96 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
H A De1000_80003es2lan.c176 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_80003es2lan()
182 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_mac.c41 mac->ops.check_for_link = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
1127 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
H A De1000_hw.h679 s32 (*check_for_link)(struct e1000_hw *); member
H A De1000_82541.c218 mac->ops.check_for_link = e1000_check_for_link_82541; in e1000_init_mac_params_82541()
H A De1000_82543.c200 mac->ops.check_for_link = in e1000_init_mac_params_82543()
H A De1000_82575.c272 hw->mac.ops.check_for_link = in e1000_init_phy_params_82575()
364 mac->ops.check_for_link = e1000_check_for_link_82575; in e1000_init_mac_params_82575()
H A De1000_ich8lan.c737 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan; in e1000_init_mac_params_ich8lan()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c1069 if (hw->mac.ops.check_for_link) in igc_check_for_link()
1070 return hw->mac.ops.check_for_link(hw); in igc_check_for_link()
H A Digc_mac.c42 mac->ops.check_for_link = igc_null_ops_generic; in igc_init_mac_ops_generic()
1120 ret_val = mac->ops.check_for_link(hw); in igc_poll_fiber_serdes_link_generic()
H A Digc_hw.h690 s32 (*check_for_link)(struct igc_hw *hw); member
H A Digc_i225.c105 mac->ops.check_for_link = igc_check_for_link_i225; in igc_init_mac_params_i225()