Home
last modified time | relevance | path

Searched refs:E1000_EICR_RX_QUEUE3 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_defines.h586 #define E1000_EICR_RX_QUEUE3 0x00000008 /* Rx Queue 3 Interrupt */ macro
651 #define E1000_EIMS_RX_QUEUE3 E1000_EICR_RX_QUEUE3 /* Rx Queue 3 Interrupt */
668 #define E1000_EICS_RX_QUEUE3 E1000_EICR_RX_QUEUE3 /* Rx Queue 3 Interrupt */
H A De1000_82575.h170 E1000_EICR_RX_QUEUE3)
/dragonfly/sys/dev/netif/igb/
H A Dif_igb.c4201 rxr->rx_intr_mask = E1000_EICR_RX_QUEUE3; in igb_set_rxintr_mask()