Searched refs:IGB_PTP_ENABLED (Results 1 – 3 of 3) sorted by relevance
879 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()928 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()1283 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1296 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1324 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
670 #define IGB_PTP_ENABLED BIT(0) macro
2430 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()