Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c980 u32 tsync_rx_ctl = IXGBE_TSYNCRXCTL_ENABLED; in ixgbe_ptp_set_timestamp_mode()
1077 tsync_rx_ctl = IXGBE_TSYNCRXCTL_ENABLED | in ixgbe_ptp_set_timestamp_mode()
1106 regval &= ~(IXGBE_TSYNCRXCTL_ENABLED | IXGBE_TSYNCRXCTL_TYPE_MASK); in ixgbe_ptp_set_timestamp_mode()
H A Dixgbe_type.h2267 #define IXGBE_TSYNCRXCTL_ENABLED 0x00000010 /* Rx Timestamping enabled */ macro