ptp_flags         555 drivers/net/ethernet/intel/igb/igb.h 	unsigned int ptp_flags;
ptp_flags        2432 drivers/net/ethernet/intel/igb/igb_main.c 	if (adapter->ptp_flags & IGB_PTP_ENABLED)
ptp_flags        1198 drivers/net/ethernet/intel/igb/igb_ptp.c 		adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK;
ptp_flags        1217 drivers/net/ethernet/intel/igb/igb_ptp.c 		adapter->ptp_flags |= IGB_PTP_OVERFLOW_CHECK;
ptp_flags        1251 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK)
ptp_flags        1268 drivers/net/ethernet/intel/igb/igb_ptp.c 		adapter->ptp_flags |= IGB_PTP_ENABLED;
ptp_flags        1281 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (!(adapter->ptp_flags & IGB_PTP_ENABLED))
ptp_flags        1284 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK)
ptp_flags        1309 drivers/net/ethernet/intel/igb/igb_ptp.c 		adapter->ptp_flags &= ~IGB_PTP_ENABLED;
ptp_flags        1365 drivers/net/ethernet/intel/igb/igb_ptp.c 	if (adapter->ptp_flags & IGB_PTP_OVERFLOW_CHECK)