Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_ptp.c881 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
931 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1215 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1234 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1268 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1285 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1298 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1301 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1326 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1382 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
Digb.h625 unsigned int ptp_flags; member
Digb_main.c2430 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_ptp.c521 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
552 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
577 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
Digc.h213 unsigned int ptp_flags; member