Searched refs:IXGBE_FLAG2_PTP_PPS_ENABLED (Results 1 – 2 of 2) sorted by relevance
166 if (!(adapter->flags2 & IXGBE_FLAG2_PTP_PPS_ENABLED)) in ixgbe_ptp_setup_sdp_x540()520 adapter->flags2 |= IXGBE_FLAG2_PTP_PPS_ENABLED; in ixgbe_ptp_feature_enable()522 adapter->flags2 &= ~IXGBE_FLAG2_PTP_PPS_ENABLED; in ixgbe_ptp_feature_enable()1328 adapter->flags2 &= ~IXGBE_FLAG2_PTP_PPS_ENABLED; in ixgbe_ptp_suspend()
600 #define IXGBE_FLAG2_PTP_PPS_ENABLED BIT(10) macro