Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/sfc/
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-v6.6/drivers/net/ethernet/sfc/siena/
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_siena_ethtool_get_rxnfc()
840 switch (info->flow_type & ~FLOW_RSS) { in efx_siena_ethtool_get_rxnfc()
887 if (info->fs.flow_type & FLOW_RSS) in efx_siena_ethtool_get_rxnfc()
929 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
953 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
960 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dethtool.c238 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in mlx5i_flow_type_mask()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c823 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
951 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
1000 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1121 if (fsp->flow_type & FLOW_RSS) in otx2_add_flow()
/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
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()
1577 if (!(rxnfc->fs.flow_type & FLOW_RSS) || in mvpp22_port_rss_ctx_delete()
/Linux-v6.6/net/ethtool/
Dioctl.c925 if ((cmd == ETHTOOL_GRXFH || cmd == ETHTOOL_SRXFH) && info->flow_type & FLOW_RSS) { in ethtool_rxnfc_copy_struct()
932 if (!(info->flow_type & FLOW_RSS)) in ethtool_rxnfc_copy_struct()
3166 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3297 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3373 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
Dcommon.c575 !(rule_info.flow_type & FLOW_RSS) && in ethtool_get_max_rxnfc_channel()
/Linux-v6.6/include/uapi/linux/
Dethtool.h2018 #define FLOW_RSS 0x20000000 macro
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1275 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()