Home
last modified time | relevance | path

Searched refs:efs_ether_type (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_flow.c361 efx_spec->efs_ether_type = rte_bswap16(spec->type); in sfc_flow_parse_eth()
507 efx_spec->efs_ether_type = ether_type_ipv4; in sfc_flow_parse_ipv4()
508 } else if (efx_spec->efs_ether_type != ether_type_ipv4) { in sfc_flow_parse_ipv4()
604 efx_spec->efs_ether_type = ether_type_ipv6; in sfc_flow_parse_ipv6()
605 } else if (efx_spec->efs_ether_type != ether_type_ipv6) { in sfc_flow_parse_ipv6()
864 efx_spec->efs_ether_type != EFX_ETHER_TYPE_IPV4 && in sfc_flow_set_match_flags_for_encap_pkts()
865 efx_spec->efs_ether_type != EFX_ETHER_TYPE_IPV6) { in sfc_flow_set_match_flags_for_encap_pkts()
1118 if (efx_spec->efs_ether_type != ether_type) { in sfc_flow_parse_pppoex()
1126 efx_spec->efs_ether_type = ether_type; in sfc_flow_parse_pppoex()
1875 spec_filter->filters[i].efs_ether_type = in sfc_flow_set_ethertypes()
[all …]
/dpdk/drivers/common/sfc_efx/base/
H A Def10_filter.c261 __CPU_TO_BE_16(spec->efs_ether_type)); in efx_mcdi_filter_op_add()
457 if (left->efs_ether_type != right->efs_ether_type) in ef10_filter_equal()
528 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV4) && in ef10_filter_is_exclusive()
531 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV6) && in ef10_filter_is_exclusive()
H A Defx_filter.c364 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()
H A Defx.h3524 uint16_t efs_ether_type; member