Home
last modified time | relevance | path

Searched refs:E1000_RXDCTL_QUEUE_ENABLE (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_base.c142 rxdctl[i] & ~E1000_RXDCTL_QUEUE_ENABLE); in e1000_rx_fifo_flush_base()
150 if (!(rx_enabled & E1000_RXDCTL_QUEUE_ENABLE)) in e1000_rx_fifo_flush_base()
H A De1000_base.h120 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_vf.h21 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_82575.h242 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
/f-stack/dpdk/drivers/net/e1000/
H A Digb_rxtx.c2450 rxdctl |= E1000_RXDCTL_QUEUE_ENABLE; in eth_igb_rx_init()
2740 rxdctl |= E1000_RXDCTL_QUEUE_ENABLE; in eth_igbvf_rx_init()
H A Digb_ethdev.c3189 reg_val &= ~E1000_RXDCTL_QUEUE_ENABLE; in igbvf_stop_adapter()
3191 while (E1000_READ_REG(hw, E1000_RXDCTL(i)) & E1000_RXDCTL_QUEUE_ENABLE) in igbvf_stop_adapter()