Searched refs:efs_ether_type (Results 1 – 4 of 4) sorted by relevance
352 efx_spec->efs_ether_type = rte_bswap16(spec->type); in sfc_flow_parse_eth()441 efx_spec->efs_ether_type = rte_bswap16(spec->inner_type); in sfc_flow_parse_vlan()498 efx_spec->efs_ether_type = ether_type_ipv4; in sfc_flow_parse_ipv4()499 } else if (efx_spec->efs_ether_type != ether_type_ipv4) { in sfc_flow_parse_ipv4()595 efx_spec->efs_ether_type = ether_type_ipv6; in sfc_flow_parse_ipv6()596 } else if (efx_spec->efs_ether_type != ether_type_ipv6) { in sfc_flow_parse_ipv6()855 efx_spec->efs_ether_type != EFX_ETHER_TYPE_IPV4 && in sfc_flow_set_match_flags_for_encap_pkts()856 efx_spec->efs_ether_type != EFX_ETHER_TYPE_IPV6) { in sfc_flow_set_match_flags_for_encap_pkts()1914 spec_filter->filters[i].efs_ether_type = in sfc_flow_set_ethertypes()2338 ether_type = spec_filter->filters[i].efs_ether_type; in sfc_flow_is_match_flags_exception()
254 __CPU_TO_BE_16(spec->efs_ether_type)); in efx_mcdi_filter_op_add()450 if (left->efs_ether_type != right->efs_ether_type) in ef10_filter_equal()521 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV4) && in ef10_filter_is_exclusive()524 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV6) && in ef10_filter_is_exclusive()
364 spec->efs_ether_type = EFX_ETHER_TYPE_IPV4; in efx_filter_spec_set_ipv4_local()389 spec->efs_ether_type = EFX_ETHER_TYPE_IPV4; in efx_filter_spec_set_ipv4_full()431 spec->efs_ether_type = ether_type; in efx_filter_spec_set_ether_type()701 if (gen_spec->efs_ether_type != EFX_ETHER_TYPE_IPV4) { in siena_filter_spec_from_gen_spec()
3423 uint16_t efs_ether_type; member