Searched refs:ptp_flags (Results 1 – 5 of 5) sorted by relevance
1015 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()1064 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()1344 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1368 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1396 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()1413 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1443 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1446 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()1471 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()1527 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
625 unsigned int ptp_flags; member
2456 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
978 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()1020 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()1047 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
233 unsigned int ptp_flags; member
Completed in 28 milliseconds