Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_ptp.c1015 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()
A Digb.h625 unsigned int ptp_flags; member
A Digb_main.c2456 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_ptp.c978 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()
A Digc.h233 unsigned int ptp_flags; member

Completed in 28 milliseconds