Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/sfc/
Dethtool_common.c808 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
832 if (info->flow_type & FLOW_RSS && info->rss_context) { in efx_ethtool_get_rxnfc()
844 switch (info->flow_type & ~FLOW_RSS) { in efx_ethtool_get_rxnfc()
891 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
933 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
957 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
964 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c776 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
884 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
930 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1027 if (fsp->flow_type & FLOW_RSS) in otx2_add_flow()
/Linux-v5.15/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()
1373 if (info->fs.flow_type & FLOW_RSS) in mvpp2_ethtool_cls_rule_ins()
1571 if (!(rxnfc->fs.flow_type & FLOW_RSS) || in mvpp22_port_rss_ctx_delete()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c42 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in flow_type_mask()
413 if (fs->flow_type & FLOW_RSS) { in flow_get_tirn()
/Linux-v5.15/net/ethtool/
Dioctl.c984 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
991 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()
3044 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3175 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3251 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
/Linux-v5.15/include/uapi/linux/
Dethtool.h1876 #define FLOW_RSS 0x20000000 macro
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1215 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()