Searched defs:snoop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_sn.c13 #include "snoop.h"
50 struct ipread snoop = { snoop_open, snoop_close, snoop_readip, 0 }; variable in typeref:struct:ipread
81 printf("opened snoop file %s:\n", fname);
96 * in a snoop file.
122 * read an entire snoop packet record. only the data part is copied into
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c1107 * Unlike TRUE-PCIe devices which set the LTR maximum snoop/no-snoop
1110 * equivalent snoop/no-snoop latencies in the LTRV register in the MAC and
5071 u32 ctrl_ext, txdctl, snoop; local
5124 * By default, we should use snoop behavior.
5127 snoop = PCIE_ICH8_SNOOP_ALL;
5129 snoop = (u32) ~(PCIE_NO_SNOOP_ALL);
5130 e1000_set_pcie_no_snoop_generic(hw, snoop);

Completed in 77 milliseconds