Searched refs:FLOW_RSS (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c803 rule->flow_type |= FLOW_RSS;
827 if (info->flow_type & FLOW_RSS && info->rss_context) {
839 switch (info->flow_type & ~FLOW_RSS) {
886 if (info->fs.flow_type & FLOW_RSS)
928 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS);
952 if (rule->flow_type & FLOW_RSS)
959 if (rule->flow_type & FLOW_RSS)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c803 rule->flow_type |= FLOW_RSS;
827 if (info->flow_type & FLOW_RSS && info->rss_context) {
840 switch (info->flow_type & ~FLOW_RSS) {
887 if (info->fs.flow_type & FLOW_RSS)
929 u32 flow_type = rule->flow_type & ~(FLOW_EXT | FLOW_RSS);
953 if (rule->flow_type & FLOW_RSS)
960 if (rule->flow_type & FLOW_RSS)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dethtool.c238 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c58 return flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
427 if (fs->flow_type & FLOW_RSS) {
904 if (nfc->flow_type & FLOW_RSS)
950 if (nfc->flow_type & FLOW_RSS)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c1334 switch (entry->flow_type & ~FLOW_RSS) {
1391 if (fs->flow_type & FLOW_RSS) {
1518 switch (fs->flow_type & ~FLOW_RSS) {
1571 switch (fs->flow_type & ~FLOW_RSS) {
1602 !((new->flow_type ^ entry->flow_type) & ~FLOW_RSS) &&
1623 if ((fs->flow_type & FLOW_RSS) && cmd->rss_context)
1634 switch (fs->flow_type & ~FLOW_RSS) {
H A Dnfp_net_common.c1849 else if (!(entry->flow_type & FLOW_RSS))
1864 switch (entry->flow_type & ~FLOW_RSS) {
1905 switch (entry->flow_type & ~FLOW_RSS) {
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c823 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
951 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
1000 if (flow->flow_spec.flow_type & FLOW_RSS) {
1136 if (fsp->flow_type & FLOW_RSS)
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_cls.c556 switch (flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
1379 if (info->fs.flow_type & FLOW_RSS)
1577 if (!(rxnfc->fs.flow_type & FLOW_RSS) ||
/linux-master/net/ethtool/
H A Dioctl.c929 if ((cmd == ETHTOOL_GRXFH || cmd == ETHTOOL_SRXFH) && info->flow_type & FLOW_RSS) {
934 * we need to check whether FLOW_RSS is still requested.
936 if (!(info->flow_type & FLOW_RSS))
3252 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
3383 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) {
3459 if (fs->flow_type & FLOW_RSS)
H A Dcommon.c575 !(rule_info.flow_type & FLOW_RSS) &&
/linux-master/include/uapi/linux/
H A Dethtool.h1174 * the %FLOW_RSS flag, then @rss_context determines which RSS context to
1188 * @fs.@flow_type includes the %FLOW_RSS flag, then @rss_context is
1201 * includes the %FLOW_RSS flag, @rss_context is the RSS context ID to
2077 #define FLOW_RSS 0x20000000 macro
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c1264 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS);
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1447 if (flow_type & (FLOW_MAC_EXT | FLOW_RSS))

Completed in 215 milliseconds