Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/intel/igb/
Digb_ptp.c1017 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
1066 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1403 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1445 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1473 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
Digb.h679 #define IGB_PTP_ENABLED BIT(0) macro
Digb_main.c2439 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()