Searched refs:IGB_FLAG_PTP (Results 1 – 2 of 2) sorted by relevance
1122 adapter->flags |= IGB_FLAG_PTP; in igb_ptp_init()1160 adapter->flags &= ~IGB_FLAG_PTP; in igb_ptp_stop()1175 if (!(adapter->flags & IGB_FLAG_PTP)) in igb_ptp_reset()
473 #define IGB_FLAG_PTP (1 << 5) macro