Searched refs:E1000_DMACR_DMACTHR_MASK (Results 1 – 2 of 2) sorted by relevance
313 #define E1000_DMACR_DMACTHR_MASK 0x00FF0000 /* DMA Coal Rx Threshold */ macro
10136 reg &= ~E1000_DMACR_DMACTHR_MASK; in igb_init_dmac() 10137 reg |= FIELD_PREP(E1000_DMACR_DMACTHR_MASK, dmac_thr); in igb_init_dmac()