Searched refs:IGB_FLAG_WOL_SUPPORTED (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/igb/
H A Digb.h467 #define IGB_FLAG_WOL_SUPPORTED (1 << 8) macro
H A Digb_main.c2467 adapter->flags |= IGB_FLAG_WOL_SUPPORTED;
2478 adapter->flags |= IGB_FLAG_WOL_SUPPORTED;
2486 adapter->flags &= ~IGB_FLAG_WOL_SUPPORTED;
2495 adapter->flags &= ~IGB_FLAG_WOL_SUPPORTED;
2501 adapter->flags &= ~IGB_FLAG_WOL_SUPPORTED;
2511 adapter->flags &= ~IGB_FLAG_WOL_SUPPORTED;
2515 if (adapter->flags & IGB_FLAG_WOL_SUPPORTED)
2521 adapter->flags |= IGB_FLAG_WOL_SUPPORTED;
2526 adapter->flags & IGB_FLAG_WOL_SUPPORTED);
H A Digb_ethtool.c2074 if (!(adapter->flags & IGB_FLAG_WOL_SUPPORTED))
2106 if (!(adapter->flags & IGB_FLAG_WOL_SUPPORTED))

Completed in 105 milliseconds