Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1878 #define IXGBE_EICR_RTX_QUEUE 0x0000FFFF /* RTx Queue Interrupt */ macro
1914 #define IXGBE_EICS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1935 #define IXGBE_EIMS_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
1957 #define IXGBE_EIMC_RTX_QUEUE IXGBE_EICR_RTX_QUEUE /* RTx Queue Interrupt */
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c4836 ixgbe->eimc |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4838 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
5055 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_msix()