Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_vf.h51 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_82575.h351 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_82575.c2165 rxdctl[i] & ~E1000_RXDCTL_QUEUE_ENABLE); in e1000_rx_fifo_flush_82575()
2173 if (!(rx_enabled & E1000_RXDCTL_QUEUE_ENABLE)) in e1000_rx_fifo_flush_82575()
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c2575 rxdctl |= E1000_RXDCTL_QUEUE_ENABLE; in igb_init_rx_unit()