Home
last modified time | relevance | path

Searched refs:e1000_check_for_copper_link_generic (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_mac.h49 s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw);
H A De1000_82540.c207 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82540()
H A De1000_80003es2lan.c212 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c322 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c709 s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw) in e1000_check_for_copper_link_generic() function
H A De1000_82575.c1222 ret_val = e1000_check_for_copper_link_generic(hw); in e1000_check_for_link_82575()