Home
last modified time | relevance | path

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

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