/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_cls.c | 97 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_UNTAG, 103 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_UNTAG, 109 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_UNTAG, 116 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_TAG, 121 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_TAG, 126 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_NF_TAG, 132 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_FRAG_UNTAG, 138 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_FRAG_UNTAG, 144 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_FRAG_UNTAG, 151 MVPP2_DEF_FLOW(UDP_V4_FLOW, MVPP2_FL_IP4_UDP_FRAG_TAG, [all …]
|
D | mvpp2_debugfs.c | 81 case UDP_V4_FLOW: in mvpp2_dbgfs_flow_type_show()
|
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 320 case UDP_V4_FLOW: in sxgbe_get_rss_hash_opts() 387 case UDP_V4_FLOW: in sxgbe_set_rss_hash_opt()
|
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 415 case UDP_V4_FLOW: in dpaa_get_hash_opts() 484 case UDP_V4_FLOW: in dpaa_set_hash_opts()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 68 case UDP_V4_FLOW: in get_flow_table() 333 case UDP_V4_FLOW: in set_flow_attrs() 636 case UDP_V4_FLOW: in validate_flow()
|
/Linux-v4.19/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 453 fsp->flow_type = UDP_V4_FLOW; in enic_grxclsrule() 496 case UDP_V4_FLOW: in enic_get_rx_flow_hash()
|
/Linux-v4.19/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 343 case UDP_V4_FLOW: in bcm_sf2_cfp_ipv4_rule_set() 780 case UDP_V4_FLOW: in bcm_sf2_cfp_rule_set() 954 fs->flow_type = UDP_V4_FLOW; in bcm_sf2_cfp_ipv4_rule_get()
|
/Linux-v4.19/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 514 case UDP_V4_FLOW: in ena_get_rss_hash() 562 case UDP_V4_FLOW: in ena_set_rss_hash()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 824 TCP_V4_FLOW : UDP_V4_FLOW); in ef4_ethtool_get_class_rule() 967 case UDP_V4_FLOW: in ef4_ethtool_get_rxnfc() 1062 case UDP_V4_FLOW: in ef4_ethtool_set_class_rule()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 2650 case UDP_V4_FLOW: in i40e_get_rss_hash_opts() 2692 cmd->flow_type == UDP_V4_FLOW) { in i40e_get_rss_hash_opts() 2894 case UDP_V4_FLOW: in i40e_get_ethtool_fdir_entry() 3026 nfc->flow_type == UDP_V4_FLOW) { in i40e_get_rss_hash_bits() 3090 case UDP_V4_FLOW: in i40e_set_rss_hash_opt() 3572 case UDP_V4_FLOW: in i40e_flow_str() 3733 case UDP_V4_FLOW: in i40e_check_fdir_input_set() 3764 case UDP_V4_FLOW: in i40e_check_fdir_input_set()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 525 case UDP_V4_FLOW: in nicvf_get_rss_hash_opts() 591 case UDP_V4_FLOW: in nicvf_set_rss_hash_opts()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 847 TCP_V4_FLOW : UDP_V4_FLOW); in efx_ethtool_get_class_rule() 1004 case UDP_V4_FLOW: in efx_ethtool_get_rxnfc() 1127 case UDP_V4_FLOW: in efx_ethtool_set_class_rule()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ethtool.c | 699 case UDP_V4_FLOW: in fm10k_get_rss_hash_opts() 774 case UDP_V4_FLOW: in fm10k_set_rss_hash_opt()
|
/Linux-v4.19/drivers/net/ethernet/microchip/ |
D | lan743x_ethtool.c | 427 case TCP_V4_FLOW:case UDP_V4_FLOW: in lan743x_ethtool_get_rxnfc()
|
/Linux-v4.19/include/uapi/linux/ |
D | ethtool.h | 1642 #define UDP_V4_FLOW 0x02 /* hash or spec (udp_ip4_spec) */ macro
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 763 case UDP_V4_FLOW: in gfar_ethflow_to_filer_table() 1174 case UDP_V4_FLOW: in gfar_convert_to_filer()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_ethtool.c | 1069 case UDP_V4_FLOW: in be_get_rss_hash_opts() 1142 case UDP_V4_FLOW: in be_set_rss_hash_opts()
|
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc_drv.c | 1453 case UDP_V4_FLOW: in netvsc_get_rss_hash_opts() 1511 case UDP_V4_FLOW: in netvsc_set_rss_hash_opts() 1536 case UDP_V4_FLOW: in netvsc_set_rss_hash_opts()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1336 case UDP_V4_FLOW: in mlx4_en_validate_flow() 1576 case UDP_V4_FLOW: in mlx4_en_ethtool_to_net_trans_rule() 1577 err = add_tcp_udp_rule(priv, cmd, rule_list_h, UDP_V4_FLOW); in mlx4_en_ethtool_to_net_trans_rule()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 658 fs->flow_type = UDP_V4_FLOW; in bnxt_grxclsrule() 732 case UDP_V4_FLOW: in bnxt_grxfh() 788 } else if (cmd->flow_type == UDP_V4_FLOW) { in bnxt_srxfh() 810 case UDP_V4_FLOW: in bnxt_srxfh()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2436 fsp->flow_type = UDP_V4_FLOW; in ixgbe_get_ethtool_fdir_entry() 2510 case UDP_V4_FLOW: in ixgbe_get_rss_hash_opts() 2637 case UDP_V4_FLOW: in ixgbe_flowspec_to_flow_type() 2839 case UDP_V4_FLOW: in ixgbe_set_rss_hash_opt()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/ |
D | qede_ethtool.c | 1121 case UDP_V4_FLOW: in qede_get_rss_flags() 1191 case UDP_V4_FLOW: in qede_set_rss_flags()
|
D | qede_filter.c | 1428 fsp->flow_type = UDP_V4_FLOW; in qede_get_cls_rule_entry() 1806 case UDP_V4_FLOW: in qede_flow_spec_to_tuple()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 3305 case UDP_V4_FLOW: in bnx2x_get_rss_flags() 3368 case UDP_V4_FLOW: in bnx2x_set_rss_flags() 3385 if ((info->flow_type == UDP_V4_FLOW) && in bnx2x_set_rss_flags()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_ethtool.c | 799 [UDP_V4_FLOW] = NFP_NET_CFG_RSS_IPV4_UDP, in ethtool_flow_to_nfp_flag()
|