Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c889 reg &= ~IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_config_X550()
915 reg |= IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_config_X550()
992 reg &= ~IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_update_tcs_X550()
999 reg |= IXGBE_DMACR_DMAC_EN; in ixgbe_dmac_update_tcs_X550()
H A Dixgbe_type.h808 #define IXGBE_DMACR_DMAC_EN 0x80000000 /* DMA Coalescing Enable */ macro