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

/drivers/net/ethernet/intel/igb/
H A Digb.h465 #define IGB_FLAG_RSS_FIELD_IPV4_UDP (1 << 6) macro
H A Digb_ethtool.c2422 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP)
2474 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \
2503 flags &= ~IGB_FLAG_RSS_FIELD_IPV4_UDP;
2506 flags |= IGB_FLAG_RSS_FIELD_IPV4_UDP;
2566 if (flags & IGB_FLAG_RSS_FIELD_IPV4_UDP)
H A Digb_main.c3430 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP)

Completed in 204 milliseconds