Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h1601 #define IXGBE_EICR_TIMESYNC 0x01000000 /* Timesync Event */ macro
1635 #define IXGBE_EICS_TIMESYNC IXGBE_EICR_TIMESYNC /* Timesync Event */
1654 #define IXGBE_EIMS_TIMESYNC IXGBE_EICR_TIMESYNC /* Timesync Event */
1672 #define IXGBE_EIMC_TIMESYNC IXGBE_EICR_TIMESYNC /* Timesync Event */
Dixgbe_main.c3126 if (unlikely(eicr & IXGBE_EICR_TIMESYNC)) in ixgbe_msix_other()
3338 if (unlikely(eicr & IXGBE_EICR_TIMESYNC)) in ixgbe_intr()