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

/drivers/net/ethernet/intel/e1000e/
H A Dmac.c1688 * @no_snoop: bitmap of snoop events
1690 * Set the PCI-express register to snoop for events enabled in 'no_snoop'.
1692 void e1000e_set_pcie_no_snoop(struct e1000_hw *hw, u32 no_snoop) argument
1696 if (no_snoop) {
1699 gcr |= no_snoop;
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c1399 * @no_snoop: No snoop flags
1405 u64 txdl_ptr, u32 num_txds, u32 no_snoop)
1413 VXGE_HW_NODBW_GET_NO_SNOOP(no_snoop),
1404 __vxge_hw_non_offload_db_post(struct __vxge_hw_fifo *fifo, u64 txdl_ptr, u32 num_txds, u32 no_snoop) argument

Completed in 67 milliseconds