Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1011 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
1060 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1340 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1364 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1397 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1402 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1439 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1442 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1467 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1523 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
H A Digb.h625 unsigned int ptp_flags; member
H A Digb_main.c2461 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1126 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1168 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1192 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
H A Digc.h261 unsigned int ptp_flags; member