Searched refs:E1000_EICR_TX_QUEUE0 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/e1000/
H A De1000_82575.h161 E1000_EICR_TX_QUEUE0 | \
H A De1000_defines.h583 #define E1000_EICR_TX_QUEUE0 0x00000100 /* Tx Queue 0 Interrupt */ macro
638 #define E1000_EIMS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
655 #define E1000_EICS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
H A Dif_igb.c2472 que->eims = E1000_EICR_TX_QUEUE0 << i;
2633 tmp |= E1000_EICR_TX_QUEUE0 << i;

Completed in 66 milliseconds