Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c996 u32 tsync_rx_ctl = IXGBE_TSYNCRXCTL_ENABLED; in ixgbe_ptp_set_timestamp_mode()
1094 tsync_rx_ctl = IXGBE_TSYNCRXCTL_ENABLED | in ixgbe_ptp_set_timestamp_mode()
1123 regval &= ~(IXGBE_TSYNCRXCTL_ENABLED | IXGBE_TSYNCRXCTL_TYPE_MASK); in ixgbe_ptp_set_timestamp_mode()
Dixgbe_type.h2267 #define IXGBE_TSYNCRXCTL_ENABLED 0x00000010 /* Rx Timestamping enabled */ macro