Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1003 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
1052 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1392 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1434 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1462 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
H A Digb.h680 #define IGB_PTP_ENABLED BIT(0) macro