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

/freebsd-9.3-release/sys/dev/e1000/
H A De1000_mac.h48 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;
H A De1000_80003es2lan.c222 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
H A De1000_82571.c322 mac->ops.check_for_link = e1000_check_for_copper_link_generic;
H A De1000_mac.c694 * e1000_check_for_copper_link_generic - Check for link (Copper)
701 s32 e1000_check_for_copper_link_generic(struct e1000_hw *hw) function
H A De1000_82575.c1169 ret_val = e1000_check_for_copper_link_generic(hw);

Completed in 157 milliseconds