Searched refs:ptp_flags (Results 1 – 3 of 3) sorted by relevance
1128 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1147 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1181 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()1198 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1211 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1214 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()1239 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()1295 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
555 unsigned int ptp_flags; member
2430 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()