Home
last modified time | relevance | path

Searched refs:IXGBE_DMACR_DMAC_EN (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dixgbe_x550.c889 reg &= ~IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_config_X550()
909 reg |= IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_config_X550()
986 reg &= ~IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_update_tcs_X550()
993 reg |= IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_update_tcs_X550()
H A Dixgbe_type.h738 #define IXGBE_DMACR_DMAC_EN 0x80000000 /* DMA Coalescing Enable */ macro