Home
last modified time | relevance | path

Searched refs:no_snoop (Results 1 – 3 of 3) sorted by relevance

/drivers/net/e1000e/
Dlib.c1541 void e1000e_set_pcie_no_snoop(struct e1000_hw *hw, u32 no_snoop) in e1000e_set_pcie_no_snoop() argument
1545 if (no_snoop) { in e1000e_set_pcie_no_snoop()
1548 gcr |= no_snoop; in e1000e_set_pcie_no_snoop()
De1000.h451 extern void e1000e_set_pcie_no_snoop(struct e1000_hw *hw, u32 no_snoop);
/drivers/net/e1000/
De1000_hw.c107 static s32 e1000_set_pci_ex_no_snoop(struct e1000_hw *hw, u32 no_snoop);
8155 static s32 e1000_set_pci_ex_no_snoop(struct e1000_hw *hw, u32 no_snoop) in e1000_set_pci_ex_no_snoop() argument
8167 if (no_snoop) { in e1000_set_pci_ex_no_snoop()
8170 gcr_reg |= no_snoop; in e1000_set_pci_ex_no_snoop()