Home
last modified time | relevance | path

Searched refs:ethtool_tcpip4_spec (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dethtool.h732 struct ethtool_tcpip4_spec { struct
827 struct ethtool_tcpip4_spec tcp_ip4_spec;
828 struct ethtool_tcpip4_spec udp_ip4_spec;
829 struct ethtool_tcpip4_spec sctp_ip4_spec;
1068 struct ethtool_tcpip4_spec tcp_ip4_spec;
1069 struct ethtool_tcpip4_spec udp_ip4_spec;
1070 struct ethtool_tcpip4_spec sctp_ip4_spec;
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c209 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in parse_tcp4()
210 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec; in parse_tcp4()
222 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()
223 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
505 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in validate_tcpudp4()
/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c254 struct ethtool_tcpip4_spec *v4_spec, in bcm_sf2_cfp_slice_ipv4()
329 struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in bcm_sf2_cfp_ipv4_rule_set()
871 struct ethtool_tcpip4_spec *v4_spec, in bcm_sf2_cfp_unslice_ipv4()
941 struct ethtool_tcpip4_spec *v4_spec = NULL, *v4_m_spec = NULL; in bcm_sf2_cfp_ipv4_rule_get()
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c993 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip()
994 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip()
1184 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer()
1185 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dethtool.c791 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
792 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
1027 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
1028 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c814 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
815 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
1083 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
1084 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1322 struct ethtool_tcpip4_spec *l4_mask; in mlx4_en_validate_flow()
1484 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()
/Linux-v4.19/drivers/net/ethernet/cadence/
Dmacb_main.c2809 struct ethtool_tcpip4_spec *tp4sp_m; in gem_enable_flow_filters()
2843 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m; in gem_prog_cmp_regs()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c3714 struct ethtool_tcpip4_spec *tcp_ip4_spec; in i40e_check_fdir_input_set()