Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/igb/
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()
1329 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1356 adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK; in igb_ptp_init()
1392 adapter->ptp_flags |= IGB_PTP_ENABLED; in igb_ptp_init()
1397 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_init()
1434 if (!(adapter->ptp_flags & IGB_PTP_ENABLED)) in igb_ptp_suspend()
1437 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_suspend()
1462 adapter->ptp_flags &= ~IGB_PTP_ENABLED; in igb_ptp_stop()
1518 if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK) in igb_ptp_reset()
A Digb.h633 unsigned int ptp_flags; member
A Digb_main.c2464 if (adapter->ptp_flags & IGB_PTP_ENABLED) in igb_reset()
/drivers/net/ethernet/intel/igc/
A Digc_ptp.c1187 adapter->ptp_flags |= IGC_PTP_ENABLED; in igc_ptp_init()
1231 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_suspend()
1250 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_stop()
1255 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
1259 adapter->ptp_flags &= ~IGC_PTP_ENABLED; in igc_ptp_stop()
1277 if (!(adapter->ptp_flags & IGC_PTP_ENABLED)) in igc_ptp_reset()
A Digc.h319 unsigned int ptp_flags; member

Completed in 32 milliseconds