Home
last modified time | relevance | path

Searched refs:e1000_check_reset_block_generic (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/e1000/
H A De1000_phy.h52 s32 e1000_check_reset_block_generic(struct e1000_hw *hw);
H A De1000_80003es2lan.c109 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c107 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
H A De1000_82575.c181 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c205 s32 e1000_check_reset_block_generic(struct e1000_hw *hw) in e1000_check_reset_block_generic() function