Home
last modified time | relevance | path

Searched refs:FLOW_RSS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c969 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
993 if (info->flow_type & FLOW_RSS && info->rss_context) { in efx_ethtool_get_rxnfc()
1003 switch (info->flow_type & ~FLOW_RSS) { in efx_ethtool_get_rxnfc()
1049 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
1091 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
1115 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
1122 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1663 #define FLOW_RSS 0x20000000 macro
/Linux-v4.19/net/core/
Dethtool.c1007 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
1014 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()