Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_phy.h22 s32 e1000_check_reset_block_generic(struct e1000_hw *hw);
H A De1000_80003es2lan.c81 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_80003es2lan()
H A De1000_82571.c80 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82571()
H A De1000_82575.c153 phy->ops.check_reset_block = e1000_check_reset_block_generic; in e1000_init_phy_params_82575()
H A De1000_phy.c182 s32 e1000_check_reset_block_generic(struct e1000_hw *hw) in e1000_check_reset_block_generic() function