Home
last modified time | relevance | path

Searched refs:IGC_PTP_ENABLED (Results 1 – 2 of 2) sorted by relevance

/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.h314 #define IGC_PTP_ENABLED BIT(0) macro