Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H 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()
/OK3568_Linux_fs/kernel/net/ethtool/
H A Dioctl.c983 if (cmd == ETHTOOL_GRXFH && info.flow_type & FLOW_RSS) { in ethtool_get_rxnfc()
990 if (!(info.flow_type & FLOW_RSS)) in ethtool_get_rxnfc()
3003 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3134 switch (fs->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS)) { in ethtool_rx_flow_rule_create()
3210 if (fs->flow_type & FLOW_RSS) in ethtool_rx_flow_rule_create()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dethtool.h1657 #define FLOW_RSS 0x20000000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dethtool.h1657 #define FLOW_RSS 0x20000000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dethtool.h1834 #define FLOW_RSS 0x20000000 macro