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