Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.h52 s32 e1000_check_reset_block_generic(struct e1000_hw *hw);
H A De1000_80003es2lan.c111 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c110 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
H A De1000_82575.c187 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c199 s32 e1000_check_reset_block_generic(struct e1000_hw *hw) in e1000_check_reset_block_generic() function