Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sfc/
Dethtool_common.c802 rule->flow_type |= FLOW_RSS; in efx_ethtool_get_class_rule()
826 if (info->flow_type & FLOW_RSS && info->rss_context) { in efx_ethtool_get_rxnfc()
838 switch (info->flow_type & ~FLOW_RSS) { in efx_ethtool_get_rxnfc()
885 if (info->fs.flow_type & FLOW_RSS) in efx_ethtool_get_rxnfc()
927 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS); in efx_ethtool_set_class_rule()
951 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
958 if (rule->flow_type & FLOW_RSS) in efx_ethtool_set_class_rule()
/linux-5.19.10/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-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dethtool.c226 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in mlx5i_flow_type_mask()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c778 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_prepare_flow_request()
886 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in otx2_is_flow_rule_dmacfilter()
935 if (flow->flow_spec.flow_type & FLOW_RSS) { in otx2_add_flow_msg()
1056 if (fsp->flow_type & FLOW_RSS) in otx2_add_flow()
/linux-5.19.10/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-5.19.10/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-5.19.10/net/ethtool/
Dioctl.c1006 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
1013 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()
3127 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3258 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3334 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
/linux-5.19.10/include/uapi/linux/
Dethtool.h1907 #define FLOW_RSS 0x20000000 macro
/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c1269 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()