Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
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()
Dixgbe_type.h2266 #define IXGBE_TSYNCRXCTL_ENABLED 0x00000010 /* Rx Timestamping enabled */ macro