Searched refs:ethtool_tcpip4_spec (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/include/uapi/linux/ |
D | ethtool.h | 845 struct ethtool_tcpip4_spec { struct 940 struct ethtool_tcpip4_spec tcp_ip4_spec; 941 struct ethtool_tcpip4_spec udp_ip4_spec; 942 struct ethtool_tcpip4_spec sctp_ip4_spec; 1181 struct ethtool_tcpip4_spec tcp_ip4_spec; 1182 struct ethtool_tcpip4_spec udp_ip4_spec; 1183 struct ethtool_tcpip4_spec sctp_ip4_spec;
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs_ethtool.c | 214 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in parse_tcp4() 215 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.tcp_ip4_spec; in parse_tcp4() 227 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4() 228 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4() 518 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.tcp_ip4_spec; in validate_tcpudp4()
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | ethtool_common.c | 653 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule() 654 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule() 925 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule() 926 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
|
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 785 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule() 786 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_get_class_rule() 1021 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule() 1022 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in ef4_ethtool_set_class_rule()
|
/Linux-v5.10/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 923 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip() 924 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip() 1112 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer() 1113 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
|
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ethtool.c | 404 static int dpaa2_eth_prep_l4_rule(struct ethtool_tcpip4_spec *l4_value, in dpaa2_eth_prep_l4_rule() 405 struct ethtool_tcpip4_spec *l4_mask, in dpaa2_eth_prep_l4_rule()
|
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 324 struct ethtool_tcpip4_spec *l4ip4_h, *l4ip4_m; in enetc_set_cls_entry()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 1339 struct ethtool_tcpip4_spec *l4_mask; in mlx4_en_validate_flow() 1500 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()
|
/Linux-v5.10/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 607 fs_size = sizeof(struct ethtool_tcpip4_spec); in bcm_sf2_cfp_rule_cmp()
|
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool_fdir.c | 770 struct ethtool_tcpip4_spec *tcp_ip4_spec, in ice_set_fdir_ip4_seg()
|
/Linux-v5.10/drivers/net/ethernet/cadence/ |
D | macb_main.c | 3073 struct ethtool_tcpip4_spec *tp4sp_m; in gem_enable_flow_filters() 3107 struct ethtool_tcpip4_spec *tp4sp_v, *tp4sp_m; in gem_prog_cmp_regs()
|
/Linux-v5.10/net/ethtool/ |
D | ioctl.c | 2926 const struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; in ethtool_rx_flow_rule_create()
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 5340 static int hclge_fd_check_tcpip4_tuple(struct ethtool_tcpip4_spec *spec, in hclge_fd_check_tcpip4_tuple() 6055 struct ethtool_tcpip4_spec *spec, in hclge_fd_get_tcpip4_info() 6056 struct ethtool_tcpip4_spec *spec_mask) in hclge_fd_get_tcpip4_info()
|
/Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 4060 struct ethtool_tcpip4_spec *tcp_ip4_spec; in i40e_check_fdir_input_set()
|