Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.h13 s32 e1000e_disable_pcie_master(struct e1000_hw *hw);
H A D80003es2lan.c671 ret_val = e1000e_disable_pcie_master(hw); in e1000_reset_hw_80003es2lan()
H A Dmac.c1697 s32 e1000e_disable_pcie_master(struct e1000_hw *hw) in e1000e_disable_pcie_master() function
H A D82571.c950 ret_val = e1000e_disable_pcie_master(hw); in e1000_reset_hw_82571()
H A Dich8lan.c4728 ret_val = e1000e_disable_pcie_master(hw); in e1000_reset_hw_ich8lan()
H A Dnetdev.c6614 e1000e_disable_pcie_master(&adapter->hw); in e1000e_pm_freeze()