Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_base.c173 rxdctl[i] & ~E1000_RXDCTL_QUEUE_ENABLE); in e1000_rx_fifo_flush_base()
181 if (!(rx_enabled & E1000_RXDCTL_QUEUE_ENABLE)) in e1000_rx_fifo_flush_base()
H A De1000_base.h150 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_vf.h51 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A De1000_82575.h271 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
H A Dif_em.c3977 rxdctl |= E1000_RXDCTL_QUEUE_ENABLE; in em_initialize_receive_unit()