Home
last modified time | relevance | path

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

/third_party/dev/ethernet/e1000/
A De1000_82540.c208 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()
211 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82540()
214 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_82540()
A De1000_vf.h203 s32 (*check_for_link)(struct e1000_hw *); member
A De1000_api.c611 if (hw->mac.ops.check_for_link) in e1000_check_for_link()
612 return hw->mac.ops.check_for_link(hw); in e1000_check_for_link()
A De1000_vf.c127 mac->ops.check_for_link = e1000_check_for_link_vf; in e1000_init_mac_params_vf()
A De1000_82571.c300 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82571()
311 mac->ops.check_for_link = e1000_check_for_serdes_link_82571; in e1000_init_mac_params_82571()
319 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
A De1000_82542.c131 mac->ops.check_for_link = e1000_check_for_fiber_link_generic; in e1000_init_mac_params_82542()
A De1000_80003es2lan.c205 mac->ops.check_for_link = e1000_check_for_serdes_link_generic; in e1000_init_mac_params_80003es2lan()
211 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
A De1000_mac.c73 mac->ops.check_for_link = e1000_null_ops_generic; in e1000_init_mac_ops_generic()
1156 ret_val = mac->ops.check_for_link(hw); in e1000_poll_fiber_serdes_link_generic()
A De1000_hw.h704 s32 (*check_for_link)(struct e1000_hw *); member
A De1000_82541.c250 mac->ops.check_for_link = e1000_check_for_link_82541; in e1000_init_mac_params_82541()
A De1000_82543.c233 mac->ops.check_for_link = in e1000_init_mac_params_82543()
A De1000_82575.c271 hw->mac.ops.check_for_link = in e1000_init_phy_params_82575()
476 mac->ops.check_for_link = e1000_check_for_link_82575; in e1000_init_mac_params_82575()
A De1000_ich8lan.c763 mac->ops.check_for_link = e1000_check_for_copper_link_ich8lan; in e1000_init_mac_params_ich8lan()

Completed in 41 milliseconds