Searched refs:E1000_RXDCTL_QUEUE_ENABLE (Results 1 – 5 of 5) sorted by relevance
173 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()
150 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
51 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
271 #define E1000_RXDCTL_QUEUE_ENABLE 0x02000000 /* Ena specific Rx Queue */ macro
3977 rxdctl |= E1000_RXDCTL_QUEUE_ENABLE; in em_initialize_receive_unit()