Home
last modified time | relevance | path

Searched refs:l4_4_bytes (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c334 if (uip_mask->l4_4_bytes) { in prep_uip_rule()
335 tmp_value = be32_to_cpu(uip_value->l4_4_bytes); in prep_uip_rule()
336 tmp_mask = be32_to_cpu(uip_mask->l4_4_bytes); in prep_uip_rule()
/Linux-v5.4/include/uapi/linux/
Dethtool.h796 __be32 l4_4_bytes; member
847 __be32 l4_4_bytes; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c538 if (l3_mask->l4_4_bytes || l3_mask->tos || in validate_ip4()
556 if (l3_mask->l4_4_bytes || l3_mask->tclass) in validate_ip6()
/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c988 gfar_set_attribute(be32_to_cpu(value->l4_4_bytes), in gfar_set_user_ip()
989 be32_to_cpu(mask->l4_4_bytes), in gfar_set_user_ip()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Dethtool.c1129 if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver || in ef4_ethtool_set_class_rule()
1155 if (uip6_mask->l4_4_bytes || uip6_mask->tclass) in ef4_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/sfc/
Dethtool.c1194 if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver || in efx_ethtool_set_class_rule()
1220 if (uip6_mask->l4_4_bytes || uip6_mask->tclass) in efx_ethtool_set_class_rule()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4166 if (usr_ip4_spec->l4_4_bytes == htonl(0xFFFFFFFF)) in i40e_check_fdir_input_set()
4168 else if (!usr_ip4_spec->l4_4_bytes) in i40e_check_fdir_input_set()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1349 if (l3_mask->l4_4_bytes || l3_mask->tos || l3_mask->proto || in mlx4_en_validate_flow()
/Linux-v5.4/drivers/net/ethernet/sun/
Dniu.c7132 fsp->h_u.usr_ip4_spec.l4_4_bytes = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7136 fsp->m_u.usr_ip4_spec.l4_4_bytes = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()
7394 spi = be32_to_cpu(fsp->h_u.usr_ip4_spec.l4_4_bytes); in niu_get_tcamkey_from_ip4fs()
7395 spim = be32_to_cpu(fsp->m_u.usr_ip4_spec.l4_4_bytes); in niu_get_tcamkey_from_ip4fs()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5193 if (usr_ip4_spec->l4_4_bytes) in hclge_fd_check_spec()
5247 if (usr_ip6_spec->l4_4_bytes) in hclge_fd_check_spec()