Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h976 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;
1314 struct ethtool_tcpip4_spec tcp_ip4_spec;
1315 struct ethtool_tcpip4_spec udp_ip4_spec;
1316 struct ethtool_tcpip4_spec sctp_ip4_spec;
/openbmc/linux/include/uapi/linux/
H A Dethtool.h976 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;
1314 struct ethtool_tcpip4_spec tcp_ip4_spec;
1315 struct ethtool_tcpip4_spec udp_ip4_spec;
1316 struct ethtool_tcpip4_spec sctp_ip4_spec;
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dethtool_common.c648 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
649 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
920 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
921 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c795 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
796 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule()
1031 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
1032 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c933 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip()
934 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip()
1122 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer()
1123 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c648 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
649 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
921 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
922 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/openbmc/u-boot/include/linux/
H A Dethtool.h335 struct ethtool_tcpip4_spec { struct
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c315 struct ethtool_tcpip4_spec *match, in bcmasp_netfilt_tcpip4_wr()
316 struct ethtool_tcpip4_spec *mask, in bcmasp_netfilt_tcpip4_wr()
612 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcmasp_netfilt_check_dup()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c436 static int dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, in dpaa2_eth_prep_l4_rule()
437 struct ethtool_tcpip4_spec *l4_mask, in dpaa2_eth_prep_l4_rule()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c534 struct ethtool_tcpip4_spec *ipv4_l4_mask = &fsp->m_u.tcp_ip4_spec; in otx2_prepare_ipv4_flow()
535 struct ethtool_tcpip4_spec *ipv4_l4_hdr = &fsp->h_u.tcp_ip4_spec; in otx2_prepare_ipv4_flow()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1350 struct ethtool_tcpip4_spec *l4_mask; in mlx4_en_validate_flow()
1511 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2_cfp.c607 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcm_sf2_cfp_rule_cmp()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c519 struct ethtool_tcpip4_spec *l4ip4_h, *l4ip4_m; in enetc_set_cls_entry()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c916 struct ethtool_tcpip4_spec *tcp_ip4_spec, in ice_set_fdir_ip4_seg()
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c3444 struct ethtool_tcpip4_spec *tp4sp_m; in gem_enable_flow_filters()
3478 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m; in gem_prog_cmp_regs()
/openbmc/linux/net/ethtool/
H A Dioctl.c3193 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c5839 static int hclge_fd_check_tcpip4_tuple(struct ethtool_tcpip4_spec *spec, in hclge_fd_check_tcpip4_tuple()
6640 struct ethtool_tcpip4_spec *spec, in hclge_fd_get_tcpip4_info()
6641 struct ethtool_tcpip4_spec *spec_mask) in hclge_fd_get_tcpip4_info()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c4295 struct ethtool_tcpip4_spec *tcp_ip4_spec; in i40e_check_fdir_input_set()