Searched refs:m_u (Results 1 – 9 of 9) sorted by relevance
364 fsp->m_u.tcp_ip4_spec.ip4src = (__u32)~0; in enic_grxclsrule()367 fsp->m_u.tcp_ip4_spec.ip4dst = (__u32)~0; in enic_grxclsrule()370 fsp->m_u.tcp_ip4_spec.psrc = (__u16)~0; in enic_grxclsrule()373 fsp->m_u.tcp_ip4_spec.pdst = (__u16)~0; in enic_grxclsrule()
24 union ethtool_flow_union m_u; member
793 union ethtool_flow_union m_u; member943 } h_u, m_u; member
1205 &rule->m_u.tcp_ip4_spec, tab); in gfar_convert_to_filer()1211 &rule->m_u.udp_ip4_spec, tab); in gfar_convert_to_filer()1218 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()1225 (struct ethtool_usrip4_spec *) &rule->m_u, in gfar_convert_to_filer()1232 (struct ethhdr *) &rule->m_u, tab); in gfar_convert_to_filer()1679 for (i = 0; i < sizeof(flow->m_u); i++) in gfar_invert_masks()1680 flow->m_u.hdata[i] ^= 0xFF; in gfar_invert_masks()
793 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()795 struct ethhdr *mac_mask = &rule->m_u.ether_spec; in efx_ethtool_get_class_rule()953 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()955 struct ethhdr *mac_mask = &rule->m_u.ether_spec; in efx_ethtool_set_class_rule()
2364 fsp->m_u.usr_ip4_spec.proto = 0; in ixgbe_get_ethtool_fdir_entry()2371 fsp->m_u.tcp_ip4_spec.psrc = mask->formatted.src_port; in ixgbe_get_ethtool_fdir_entry()2373 fsp->m_u.tcp_ip4_spec.pdst = mask->formatted.dst_port; in ixgbe_get_ethtool_fdir_entry()2375 fsp->m_u.tcp_ip4_spec.ip4src = mask->formatted.src_ip[0]; in ixgbe_get_ethtool_fdir_entry()2377 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry()2574 if (!fsp->m_u.usr_ip4_spec.proto) { in ixgbe_flowspec_to_flow_type()2640 mask.formatted.src_ip[0] = fsp->m_u.tcp_ip4_spec.ip4src; in ixgbe_add_ethtool_fdir_entry()2642 mask.formatted.dst_ip[0] = fsp->m_u.tcp_ip4_spec.ip4dst; in ixgbe_add_ethtool_fdir_entry()2644 mask.formatted.src_port = fsp->m_u.tcp_ip4_spec.psrc; in ixgbe_add_ethtool_fdir_entry()2646 mask.formatted.dst_port = fsp->m_u.tcp_ip4_spec.pdst; in ixgbe_add_ethtool_fdir_entry()
1228 if (cmd->fs.m_u.tcp_ip4_spec.tos) in mlx4_en_validate_flow()1230 l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in mlx4_en_validate_flow()1239 l3_mask = &cmd->fs.m_u.usr_ip4_spec; in mlx4_en_validate_flow()1248 eth_mask = &cmd->fs.m_u.ether_spec; in mlx4_en_validate_flow()1336 struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec; in add_ip_rule()1375 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()
7115 fsp->m_u.tcp_ip4_spec.ip4src = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()7118 fsp->m_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()7122 fsp->m_u.tcp_ip4_spec.tos = (tp->key_mask[2] & TCAM_V4KEY2_TOS) >> in niu_get_ip4fs_from_tcam_key()7139 fsp->m_u.tcp_ip4_spec.psrc = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7143 fsp->m_u.tcp_ip4_spec.pdst = cpu_to_be16(prt); in niu_get_ip4fs_from_tcam_key()7153 fsp->m_u.ah_ip4_spec.spi = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()7162 fsp->m_u.usr_ip4_spec.l4_4_bytes = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key()7167 fsp->m_u.usr_ip4_spec.proto = in niu_get_ip4fs_from_tcam_key()7378 sipm = be32_to_cpu(fsp->m_u.tcp_ip4_spec.ip4src); in niu_get_tcamkey_from_ip4fs()7380 dipm = be32_to_cpu(fsp->m_u.tcp_ip4_spec.ip4dst); in niu_get_tcamkey_from_ip4fs()[all …]
1900 fsp->m_u.usr_ip4_spec.proto = 0; in i40e_get_ethtool_fdir_entry()