Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dethtool.h758 struct ethtool_tcpip4_spec { struct
853 struct ethtool_tcpip4_spec tcp_ip4_spec;
854 struct ethtool_tcpip4_spec udp_ip4_spec;
855 struct ethtool_tcpip4_spec sctp_ip4_spec;
1094 struct ethtool_tcpip4_spec tcp_ip4_spec;
1095 struct ethtool_tcpip4_spec udp_ip4_spec;
1096 struct ethtool_tcpip4_spec sctp_ip4_spec;
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c211 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in parse_tcp4()
212 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec; in parse_tcp4()
224 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()
225 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
515 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in validate_tcpudp4()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c956 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip()
957 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip()
1145 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer()
1146 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dethtool.c788 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
789 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
1024 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
1025 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c358 static int prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, in prep_l4_rule()
359 struct ethtool_tcpip4_spec *l4_mask, in prep_l4_rule()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c811 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
812 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
1080 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
1081 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c312 struct ethtool_tcpip4_spec *l4ip4_h, *l4ip4_m; in enetc_set_cls_entry()
/Linux-v5.4/drivers/net/dsa/
Dbcm_sf2_cfp.c582 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcm_sf2_cfp_rule_cmp()
/Linux-v5.4/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-v5.4/drivers/net/ethernet/cadence/
Dmacb_main.c2870 struct ethtool_tcpip4_spec *tp4sp_m; in gem_enable_flow_filters()
2904 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m; in gem_prog_cmp_regs()
/Linux-v5.4/net/core/
Dethtool.c2920 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4056 struct ethtool_tcpip4_spec *tcp_ip4_spec; in i40e_check_fdir_input_set()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5135 struct ethtool_tcpip4_spec *tcp_ip4_spec; in hclge_fd_check_spec()