Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h313 #define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coal Rx Threshold */ macro
H A Digb_main.c10085 reg &= ~E1000_DMACR_DMACTHR_MASK; in igb_init_dmac()
10086 reg |= FIELD_PREP(E1000_DMACR_DMACTHR_MASK, dmac_thr); in igb_init_dmac()