Home
last modified time | relevance | path

Searched refs:ptp_flags (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
A Digb_ptp.c879 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
928 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1213 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1232 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1266 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1283 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1296 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1299 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1324 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1380 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
A Digb.h625 unsigned int ptp_flags; member
A Digb_main.c2428 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/linux/drivers/net/ethernet/intel/igc/
A Digc_ptp.c977 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1008 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1033 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
A Digc.h230 unsigned int ptp_flags; member

Completed in 34 milliseconds