Home
last modified time | relevance | path

Searched refs:IGB_PTP_ENABLED (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A 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()
1285 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1298 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1326 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
H A Digb.h672 #define IGB_PTP_ENABLED BIT(0) macro
H A Digb_main.c2430 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()