Searched refs:ptp_flags (Results 1 – 3 of 3) sorted by relevance
1198 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1217 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1251 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()1268 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1281 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1284 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()1309 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()1365 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
555 unsigned int ptp_flags; member
2432 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()