Home
last modified time | relevance | path

Searched refs:IXGBE_EICR_RTX_QUEUE (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1754 #define IXGBE_EICR_RTX_QUEUE 0x0000FFFF /* RTx Queue Interrupt */ macro
1787 #define IXGBE_EICS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1808 #define IXGBE_EIMS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1830 #define IXGBE_EIMC_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4666 ixgbe->eimc |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4668 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4882 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_msix()