Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c126 if ((adapter->flags2 & IXGBE_FLAG2_PTP_PPS_ENABLED) && in ixgbe_ptp_setup_sdp()
350 adapter->flags2 |= IXGBE_FLAG2_PTP_PPS_ENABLED; in ixgbe_ptp_feature_enable()
352 adapter->flags2 &= ~IXGBE_FLAG2_PTP_PPS_ENABLED; in ixgbe_ptp_feature_enable()
Dixgbe.h645 #define IXGBE_FLAG2_PTP_PPS_ENABLED (u32)(1 << 10) macro