Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/e1000/
HDe1000_defines.h583 #define E1000_EICR_RX_QUEUE0 0x00000001 /* Rx Queue 0 Interrupt */ macro
638 #define E1000_EIMS_RX_QUEUE0 E1000_EICR_RX_QUEUE0 /* Rx Queue 0 Interrupt */
655 #define E1000_EICS_RX_QUEUE0 E1000_EICR_RX_QUEUE0 /* Rx Queue 0 Interrupt */
HDe1000_82575.h167 E1000_EICR_RX_QUEUE0 | \
HDif_igb.c2699 tmp = E1000_EICR_RX_QUEUE0 << i; in igb_configure_queues()