Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c803 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
827 if (info->flow_type & FLOW_RSS && info->rss_context) { in efx_ethtool_get_rxnfc()
839 switch (info->flow_type & ~FLOW_RSS) { in efx_ethtool_get_rxnfc()
886 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
928 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
952 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
959 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c803 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/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()
904 if (nfc->flow_type & FLOW_RSS) in mlx5e_set_rss_hash_opt()
950 if (nfc->flow_type & FLOW_RSS) in mlx5e_get_rss_hash_opt()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1334 switch (entry->flow_type & ~FLOW_RSS) { in nfp_net_fs_to_ethtool()
1391 if (fs->flow_type & FLOW_RSS) { in nfp_net_fs_to_ethtool()
1518 switch (fs->flow_type & ~FLOW_RSS) { in nfp_net_fs_from_ethtool()
1571 switch (fs->flow_type & ~FLOW_RSS) { in nfp_net_fs_from_ethtool()
1602 !((new->flow_type ^ entry->flow_type) & ~FLOW_RSS) && in nfp_net_fs_check_existing()
1623 if ((fs->flow_type & FLOW_RSS) && cmd->rss_context) in nfp_net_fs_add()
1634 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.c825 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
953 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
1002 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1138 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()
1567 if (!(rxnfc->fs.flow_type & FLOW_RSS) || in mvpp22_port_rss_ctx_delete()
/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/net/ethtool/
H A Dioctl.c936 if ((cmd == ETHTOOL_GRXFH || cmd == ETHTOOL_SRXFH) && info->flow_type & FLOW_RSS) { in ethtool_rxnfc_copy_struct()
943 if (!(info->flow_type & FLOW_RSS)) in ethtool_rxnfc_copy_struct()
3459 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3590 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3666 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
H A Dcommon.c577 !(rule_info.flow_type & FLOW_RSS) && in ethtool_get_max_rxnfc_channel()
/linux/include/uapi/linux/
H A Dethtool.h2342 #define FLOW_RSS 0x20000000 macro
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1129 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.c1437 if (fs->flow_type & FLOW_RSS) { in bnxt_add_ntuple_cls_rule()