Searched refs:no_snoop (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/e1000/
H A De1000_mac.h90 void e1000_set_pcie_no_snoop_generic(struct e1000_hw *hw, u32 no_snoop);
H A De1000_mac.c1984 * @no_snoop: bitmap of snoop events
1986 * Set the PCI-express register to snoop for events enabled in 'no_snoop'.
1988 void e1000_set_pcie_no_snoop_generic(struct e1000_hw *hw, u32 no_snoop) argument
1997 if (no_snoop) {
2000 gcr |= no_snoop;

Completed in 109 milliseconds