Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
A 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/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
A Dethtool.c223 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in mlx5i_flow_type_mask()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A 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/drivers/net/ethernet/marvell/mvpp2/
A 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/drivers/net/ethernet/mellanox/mlx5/core/
A 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/net/ethtool/
A Dioctl.c1002 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
1009 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()
3117 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3248 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3324 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
/linux/include/uapi/linux/
A Dethtool.h1905 #define FLOW_RSS 0x20000000 macro
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c1261 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in iavf_add_fdir_fltr_info()

Completed in 169 milliseconds