Home
last modified time | relevance | path

Searched refs:ptp_flags (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/igb/
H A 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()
1346 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1370 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1403 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1408 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1445 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1448 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1473 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1529 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
H A Digb.h632 unsigned int ptp_flags; member
H A Digb_main.c2439 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c1197 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1241 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1260 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_stop()
1265 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
1269 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
1287 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_reset()
H A Digc.h312 unsigned int ptp_flags; member