Searched refs:ptp_flags (Results 1 – 4 of 4) sorted by relevance
1000 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()1049 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()1326 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1353 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()1389 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()1394 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()1431 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()1434 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()1459 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()1515 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
2463 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
1228 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()1272 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()1291 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_stop()1296 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()1300 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()1318 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_reset()
319 unsigned int ptp_flags; member