Home
last modified time | relevance | path

Searched refs:TCP_V4_FLOW (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c27 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_UNTAG,
33 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_UNTAG,
39 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_UNTAG,
46 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_TAG,
51 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_TAG,
56 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_NF_TAG,
62 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_FRAG_UNTAG,
68 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_FRAG_UNTAG,
74 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_FRAG_UNTAG,
81 MVPP2_DEF_FLOW(TCP_V4_FLOW, MVPP2_FL_IP4_TCP_FRAG_TAG,
[all …]
Dmvpp2_debugfs.c75 case TCP_V4_FLOW: in mvpp2_dbgfs_flow_type_show()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c319 case TCP_V4_FLOW: in sxgbe_get_rss_hash_opts()
378 case TCP_V4_FLOW: in sxgbe_set_rss_hash_opt()
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_ethtool.c413 case TCP_V4_FLOW: in dpaa_get_hash_opts()
482 case TCP_V4_FLOW: in dpaa_set_hash_opts()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c67 case TCP_V4_FLOW: in get_flow_table()
330 case TCP_V4_FLOW: in set_flow_attrs()
635 case TCP_V4_FLOW: in validate_flow()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Denic_ethtool.c450 fsp->flow_type = TCP_V4_FLOW; in enic_grxclsrule()
487 case TCP_V4_FLOW: in enic_get_rx_flow_hash()
/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c338 case TCP_V4_FLOW: in bcm_sf2_cfp_ipv4_rule_set()
779 case TCP_V4_FLOW: in bcm_sf2_cfp_rule_set()
949 fs->flow_type = TCP_V4_FLOW; in bcm_sf2_cfp_ipv4_rule_get()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dethtool.c824 TCP_V4_FLOW : UDP_V4_FLOW); in ef4_ethtool_get_class_rule()
964 case TCP_V4_FLOW: in ef4_ethtool_get_rxnfc()
1061 case TCP_V4_FLOW: in ef4_ethtool_set_class_rule()
1066 spec.ip_proto = ((rule->flow_type & ~FLOW_EXT) == TCP_V4_FLOW ? in ef4_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c847 TCP_V4_FLOW : UDP_V4_FLOW); in efx_ethtool_get_class_rule()
1007 case TCP_V4_FLOW: in efx_ethtool_get_rxnfc()
1126 case TCP_V4_FLOW: in efx_ethtool_set_class_rule()
1131 spec.ip_proto = flow_type == TCP_V4_FLOW ? IPPROTO_TCP in efx_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c511 case TCP_V4_FLOW: in ena_get_rss_hash()
559 case TCP_V4_FLOW: in ena_set_rss_hash()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2647 case TCP_V4_FLOW: in i40e_get_rss_hash_opts()
2691 if (cmd->flow_type == TCP_V4_FLOW || in i40e_get_rss_hash_opts()
2891 case TCP_V4_FLOW: in i40e_get_ethtool_fdir_entry()
3025 } else if (nfc->flow_type == TCP_V4_FLOW || in i40e_get_rss_hash_bits()
3075 case TCP_V4_FLOW: in i40e_set_rss_hash_opt()
3570 case TCP_V4_FLOW: in i40e_flow_str()
3729 case TCP_V4_FLOW: in i40e_check_fdir_input_set()
3763 case TCP_V4_FLOW: in i40e_check_fdir_input_set()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c523 case TCP_V4_FLOW: in nicvf_get_rss_hash_opts()
578 case TCP_V4_FLOW: in nicvf_set_rss_hash_opts()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1335 case TCP_V4_FLOW: in mlx4_en_validate_flow()
1496 if (proto == TCP_V4_FLOW) { in add_tcp_udp_rule()
1573 case TCP_V4_FLOW: in mlx4_en_ethtool_to_net_trans_rule()
1574 err = add_tcp_udp_rule(priv, cmd, rule_list_h, TCP_V4_FLOW); in mlx4_en_ethtool_to_net_trans_rule()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c695 case TCP_V4_FLOW: in fm10k_get_rss_hash_opts()
766 case TCP_V4_FLOW: in fm10k_set_rss_hash_opt()
/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_ethtool.c427 case TCP_V4_FLOW:case UDP_V4_FLOW: in lan743x_ethtool_get_rxnfc()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1641 #define TCP_V4_FLOW 0x01 /* hash or spec (tcp_ip4_spec) */ macro
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c760 case TCP_V4_FLOW: in gfar_ethflow_to_filer_table()
1168 case TCP_V4_FLOW: in gfar_convert_to_filer()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1063 case TCP_V4_FLOW: in be_get_rss_hash_opts()
1128 case TCP_V4_FLOW: in be_set_rss_hash_opts()
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc_drv.c1441 case TCP_V4_FLOW: in netvsc_get_rss_hash_opts()
1503 case TCP_V4_FLOW: in netvsc_set_rss_hash_opts()
1528 case TCP_V4_FLOW: in netvsc_set_rss_hash_opts()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c656 fs->flow_type = TCP_V4_FLOW; in bnxt_grxclsrule()
726 case TCP_V4_FLOW: in bnxt_grxfh()
784 if (cmd->flow_type == TCP_V4_FLOW) { in bnxt_srxfh()
809 case TCP_V4_FLOW: in bnxt_srxfh()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2433 fsp->flow_type = TCP_V4_FLOW; in ixgbe_get_ethtool_fdir_entry()
2507 case TCP_V4_FLOW: in ixgbe_get_rss_hash_opts()
2634 case TCP_V4_FLOW: in ixgbe_flowspec_to_flow_type()
2831 case TCP_V4_FLOW: in ixgbe_set_rss_hash_opt()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1117 case TCP_V4_FLOW: in qede_get_rss_flags()
1182 case TCP_V4_FLOW: in qede_set_rss_flags()
Dqede_filter.c1426 fsp->flow_type = TCP_V4_FLOW; in qede_get_cls_rule_entry()
1804 case TCP_V4_FLOW: in qede_flow_spec_to_tuple()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c797 [TCP_V4_FLOW] = NFP_NET_CFG_RSS_IPV4_TCP, in ethtool_flow_to_nfp_flag()
/Linux-v4.19/drivers/net/ethernet/sun/
Dniu.c6908 case TCP_V4_FLOW: in niu_ethflow_to_l3proto()
6938 *flow_type = TCP_V4_FLOW; in niu_class_to_ethflow()
6977 case TCP_V4_FLOW: in niu_ethflow_to_class()
7102 case TCP_V4_FLOW: in niu_get_ip4fs_from_tcam_key()
7195 case TCP_V4_FLOW: in niu_get_ethtool_tcam_entry()
7374 case TCP_V4_FLOW: in niu_get_tcamkey_from_ip4fs()
7508 case TCP_V4_FLOW: in niu_add_ethtool_tcam_entry()

12