Searched refs:ethtool_tcpip6_spec (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c291 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec;
292 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.tcp_ip6_spec;
304 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec;
305 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec;
630 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec;
/linux-master/include/uapi/linux/
H A Dethtool.h1021 * struct ethtool_tcpip6_spec - flow specification for TCP/IPv6 etc.
1030 struct ethtool_tcpip6_spec { struct
1077 struct ethtool_tcpip6_spec tcp_ip6_spec;
1078 struct ethtool_tcpip6_spec udp_ip6_spec;
1079 struct ethtool_tcpip6_spec sctp_ip6_spec;
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c652 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
653 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
924 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
925 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c799 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
800 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
1035 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
1036 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c652 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
653 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
925 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
926 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c361 struct ethtool_tcpip6_spec *match,
362 struct ethtool_tcpip6_spec *mask,
625 fs_size = sizeof(struct ethtool_tcpip6_spec);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c693 struct ethtool_tcpip6_spec *ipv6_l4_mask = &fsp->m_u.tcp_ip6_spec;
694 struct ethtool_tcpip6_spec *ipv6_l4_hdr = &fsp->h_u.tcp_ip6_spec;
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c603 fs_size = sizeof(struct ethtool_tcpip6_spec);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c1059 struct ethtool_tcpip6_spec *tcp_ip6_spec,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1370 struct ethtool_tcpip6_spec *ip_spec = &fs->h_u.tcp_ip6_spec;
1371 struct ethtool_tcpip6_spec *ip_mask = &fs->m_u.tcp_ip6_spec;
/linux-master/net/ethtool/
H A Dioctl.c3328 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4305 struct ethtool_tcpip6_spec *tcp_ip6_spec;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5897 static int hclge_fd_check_tcpip6_tuple(struct ethtool_tcpip6_spec *spec,
6690 struct ethtool_tcpip6_spec *spec,
6691 struct ethtool_tcpip6_spec *spec_mask)

Completed in 308 milliseconds