Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c966 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
990 if (info->flow_type & FLOW_RSS && info->rss_context) { in efx_ethtool_get_rxnfc()
1000 switch (info->flow_type & ~FLOW_RSS) { in efx_ethtool_get_rxnfc()
1046 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
1088 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
1112 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
1119 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c550 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in mvpp2_cls_ethtool_flow_to_type()
1367 if (info->fs.flow_type & FLOW_RSS) in mvpp2_ethtool_cls_rule_ins()
1562 if (!(rxnfc->fs.flow_type & FLOW_RSS) || in mvpp22_port_rss_ctx_delete()
/Linux-v5.4/net/core/
Dethtool.c929 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
936 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()
2893 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3024 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3099 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
/Linux-v5.4/include/uapi/linux/
Dethtool.h1708 #define FLOW_RSS 0x20000000 macro