Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c797 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
874 if (info->fs.flow_type & FLOW_RSS) in efx_siena_ethtool_get_rxnfc()
916 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
940 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
947 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c796 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
883 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
925 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
949 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
956 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1335 switch (entry->flow_type & ~FLOW_RSS) { in nfp_net_fs_to_ethtool()
1392 if (fs->flow_type & FLOW_RSS) { in nfp_net_fs_to_ethtool()
1523 switch (fs->flow_type & ~FLOW_RSS) { in nfp_net_fs_from_ethtool()
1576 switch (fs->flow_type & ~FLOW_RSS) { in nfp_net_fs_from_ethtool()
1607 !((new->flow_type ^ entry->flow_type) & ~FLOW_RSS) && in nfp_net_fs_check_existing()
1628 if ((fs->flow_type & FLOW_RSS) && cmd->rss_context) in nfp_net_fs_add()
1639 switch (fs->flow_type & ~FLOW_RSS) { in nfp_net_fs_add()
H A Dnfp_net_common.c1848 else if (!(entry->flow_type & FLOW_RSS)) in nfp_net_fs_fill_act()
1863 switch (entry->flow_type & ~FLOW_RSS) { in nfp_net_fs_add_hw()
1904 switch (entry->flow_type & ~FLOW_RSS) { in nfp_net_fs_del_hw()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c238 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in mlx5i_flow_type_mask()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c993 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
1173 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
1266 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1402 if (fsp->flow_type & FLOW_RSS) in otx2_add_flow()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c556 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in mvpp2_cls_ethtool_flow_to_type()
1379 if (info->fs.flow_type & FLOW_RSS) in mvpp2_ethtool_cls_rule_ins()
1566 if (!(rxnfc->fs.flow_type & FLOW_RSS) || in mvpp22_port_rss_ctx_delete()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c58 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in flow_type_mask()
427 if (fs->flow_type & FLOW_RSS) { in flow_get_tirn()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c596 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in fbnic_get_rss_hash_idx()
840 fsp->flow_type |= FLOW_RSS; in fbnic_get_cls_rule()
927 } else if (fsp->flow_type & FLOW_RSS) { in fbnic_set_cls_rule_ins()
950 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_RSS); in fbnic_set_cls_rule_ins()
/linux/drivers/net/ethernet/google/gve/
H A Dgve_flow_rule.c131 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in gve_generate_flow_rule()
/linux/include/uapi/linux/
H A Dethtool.h2400 #define FLOW_RSS 0x20000000 macro
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c188 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in idpf_add_flow_steer()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1127 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1255 fs->flow_type |= FLOW_RSS; in bnxt_grxclsrule()
1503 if (fs->flow_type & FLOW_RSS) { in bnxt_add_ntuple_cls_rule()