Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igb/
Digb_ptp.c1010 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_pktstamp()
1059 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_rx_rgtstamp()
1339 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1363 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1396 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1401 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1438 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1441 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1466 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1522 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
Digb.h625 unsigned int ptp_flags; member
Digb_main.c2456 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/Linux-v6.6/drivers/net/ethernet/intel/igc/
Digc_ptp.c1126 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1168 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1192 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
Digc.h261 unsigned int ptp_flags; member