Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/e1000/
De1000_defines.h1472 #define E1000_DMACR_DMAC_EN 0x80000000 /* Enable DMA Coalescing */ macro
Dif_em.c2373 u32 dmac, reg = ~E1000_DMACR_DMAC_EN; in igb_init_dmac()
2411 reg |= (E1000_DMACR_DMAC_EN | E1000_DMACR_DMAC_LX_MASK); in igb_init_dmac()