Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_ptp.c1029 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
1078 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1358 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1382 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1410 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1427 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1457 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1460 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1485 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1541 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
Digb.h625 unsigned int ptp_flags; member
Digb_main.c2431 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_ptp.c974 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1016 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1043 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
Digc.h233 unsigned int ptp_flags; member