Searched refs:ethtool_tcpip4_spec (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/linux/
H A Dethtool.h967 * struct ethtool_tcpip4_spec - flow specification for TCP/IPv4 etc.
976 struct ethtool_tcpip4_spec { struct
1071 struct ethtool_tcpip4_spec tcp_ip4_spec;
1072 struct ethtool_tcpip4_spec udp_ip4_spec;
1073 struct ethtool_tcpip4_spec sctp_ip4_spec;
1317 struct ethtool_tcpip4_spec tcp_ip4_spec;
1318 struct ethtool_tcpip4_spec udp_ip4_spec;
1319 struct ethtool_tcpip4_spec sctp_ip4_spec;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c235 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec;
236 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec;
248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec;
249 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec;
574 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec;
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c933 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value,
934 struct ethtool_tcpip4_spec *mask,
1122 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u,
1123 (struct ethtool_tcpip4_spec *)&rule->m_u,
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c648 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
649 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
920 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
921 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c795 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
796 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
1031 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
1032 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c648 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
649 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
921 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec;
922 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c436 static int dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value,
437 struct ethtool_tcpip4_spec *l4_mask,
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c332 struct ethtool_tcpip4_spec *match,
333 struct ethtool_tcpip4_spec *mask,
629 fs_size = sizeof(struct ethtool_tcpip4_spec);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c534 struct ethtool_tcpip4_spec *ipv4_l4_mask = &fsp->m_u.tcp_ip4_spec;
535 struct ethtool_tcpip4_spec *ipv4_l4_hdr = &fsp->h_u.tcp_ip4_spec;
/linux-master/drivers/net/dsa/
H A Dbcm_sf2_cfp.c607 fs_size = sizeof(struct ethtool_tcpip4_spec);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1350 struct ethtool_tcpip4_spec *l4_mask;
1511 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c519 struct ethtool_tcpip4_spec *l4ip4_h, *l4ip4_m;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c918 struct ethtool_tcpip4_spec *tcp_ip4_spec,
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c3444 struct ethtool_tcpip4_spec *tp4sp_m;
3478 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1339 struct ethtool_tcpip4_spec *ip_spec = &fs->h_u.tcp_ip4_spec;
1340 struct ethtool_tcpip4_spec *ip_mask = &fs->m_u.tcp_ip4_spec;
/linux-master/net/ethtool/
H A Dioctl.c3279 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4307 struct ethtool_tcpip4_spec *tcp_ip4_spec;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5841 static int hclge_fd_check_tcpip4_tuple(struct ethtool_tcpip4_spec *spec,
6642 struct ethtool_tcpip4_spec *spec,
6643 struct ethtool_tcpip4_spec *spec_mask)

Completed in 467 milliseconds