Searched refs:ptp_flags (Results 1 – 5 of 5) sorted by relevance
1003 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()1052 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()1329 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1356 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1392 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1397 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()1434 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1437 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()1462 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()1518 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
633 unsigned int ptp_flags; member
2464 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
1187 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()1231 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()1250 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_stop()1255 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()1259 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()1277 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_reset()
319 unsigned int ptp_flags; member
Completed in 32 milliseconds