Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_type.h1385 #define IXGBE_EICR_RTX_QUEUE 0x0000FFFF /* RTx Queue Interrupt */ macro
1405 #define IXGBE_EICS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1423 #define IXGBE_EIMS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1442 #define IXGBE_EIMC_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
H A Dixgbe_main.c4259 ixgbe->eimc |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4261 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4469 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_msix()