Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dethtool.h1260 struct ethtool_tcpip4_spec { struct
1355 struct ethtool_tcpip4_spec tcp_ip4_spec;
1356 struct ethtool_tcpip4_spec udp_ip4_spec;
1357 struct ethtool_tcpip4_spec sctp_ip4_spec;
1601 struct ethtool_tcpip4_spec tcp_ip4_spec;
1602 struct ethtool_tcpip4_spec udp_ip4_spec;
1603 struct ethtool_tcpip4_spec sctp_ip4_spec;
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c235 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in parse_tcp4()
236 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec; in parse_tcp4()
248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()
249 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
574 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in validate_tcpudp4()
/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c642 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
643 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
908 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
909 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c789 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
790 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
1036 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
1037 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c947 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip()
948 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip()
1136 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer()
1137 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c641 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
642 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
917 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
918 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c332 struct ethtool_tcpip4_spec *match, in bcmasp_netfilt_tcpip4_wr()
333 struct ethtool_tcpip4_spec *mask, in bcmasp_netfilt_tcpip4_wr()
629 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcmasp_netfilt_check_dup()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c704 struct ethtool_tcpip4_spec *ipv4_l4_mask = &fsp->m_u.tcp_ip4_spec; in otx2_prepare_ipv4_flow()
705 struct ethtool_tcpip4_spec *ipv4_l4_hdr = &fsp->h_u.tcp_ip4_spec; in otx2_prepare_ipv4_flow()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1331 struct ethtool_tcpip4_spec *l4_mask; in mlx4_en_validate_flow()
1492 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()
/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c607 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcm_sf2_cfp_rule_cmp()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c778 struct ethtool_tcpip4_spec *l4ip4_h, *l4ip4_m; in enetc_set_cls_entry()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1435 struct ethtool_tcpip4_spec *ip_spec = &fs->h_u.tcp_ip4_spec; in bnxt_add_ntuple_cls_rule()
1436 struct ethtool_tcpip4_spec *ip_mask = &fs->m_u.tcp_ip4_spec; in bnxt_add_ntuple_cls_rule()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c3816 struct ethtool_tcpip4_spec *tp4sp_m; in gem_enable_flow_filters()
3850 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m; in gem_prog_cmp_regs()