Searched refs:E1000_RXDCTL (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/e1000/
H A De1000_82575.c2164 rxdctl[i] = E1000_READ_REG(hw, E1000_RXDCTL(i));
2165 E1000_WRITE_REG(hw, E1000_RXDCTL(i),
2173 rx_enabled |= E1000_READ_REG(hw, E1000_RXDCTL(i));
2203 E1000_WRITE_REG(hw, E1000_RXDCTL(i), rxdctl[i]);
H A Dif_em.c2999 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(0));
3007 E1000_WRITE_REG(hw, E1000_RXDCTL(0), rxdctl);
4752 u32 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(0));
4753 E1000_WRITE_REG(hw, E1000_RXDCTL(0), rxdctl | 3);
4756 u32 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(i));
4762 E1000_WRITE_REG(hw, E1000_RXDCTL(i), rxdctl);
H A De1000_regs.h250 #define E1000_RXDCTL(_n) ((_n) < 4 ? (0x02828 + ((_n) * 0x100)) : \ macro
H A Dif_igb.c4480 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(i));
4486 E1000_WRITE_REG(hw, E1000_RXDCTL(i), rxdctl);

Completed in 173 milliseconds