Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
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.c210 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_80003es2lan()
H A De1000_82571.c318 mac->ops.check_for_link = e1000_check_for_copper_link_generic; in e1000_init_mac_params_82571()
H A De1000_mac.c716 s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw) in e1000_check_for_copper_link_generic() function
H A De1000_82575.c1093 ret_val = e1000_check_for_copper_link_generic(hw); in e1000_check_for_link_82575()