Searched refs:E1000_EICR_RX_QUEUE0 (Results 1 – 4 of 4) sorted by relevance
581 #define E1000_EICR_RX_QUEUE0 0x00000001 /* Rx Queue 0 Interrupt */ macro636 #define E1000_EIMS_RX_QUEUE0 E1000_EICR_RX_QUEUE0 /* Rx Queue 0 Interrupt */653 #define E1000_EICS_RX_QUEUE0 E1000_EICR_RX_QUEUE0 /* Rx Queue 0 Interrupt */
167 E1000_EICR_RX_QUEUE0 | \
721 igb->eims_mask |= (E1000_EICR_RX_QUEUE0 << index); in igb_rx_ring_intr_enable()749 igb->eims_mask &= ~(E1000_EICR_RX_QUEUE0 << index); in igb_rx_ring_intr_disable()751 (E1000_EICR_RX_QUEUE0 << index)); in igb_rx_ring_intr_disable()
4722 eims = (E1000_EICR_RX_QUEUE0 << i); in igb_setup_msix_82575()