Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_filter.c265 __CPU_TO_BE_16(spec->efs_ether_type)); in efx_mcdi_filter_op_add()
402 if (left->efs_ether_type != right->efs_ether_type) in ef10_filter_equal()
465 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV4) && in ef10_filter_is_exclusive()
468 if ((spec->efs_ether_type == EFX_ETHER_TYPE_IPV6) && in ef10_filter_is_exclusive()
H A Defx_filter.c321 spec->efs_ether_type = EFX_ETHER_TYPE_IPV4; in efx_filter_spec_set_ipv4_local()
346 spec->efs_ether_type = EFX_ETHER_TYPE_IPV4; in efx_filter_spec_set_ipv4_full()
461 if (gen_spec->efs_ether_type != EFX_ETHER_TYPE_IPV4) { in siena_filter_spec_from_gen_spec()
H A Defx.h2164 uint16_t efs_ether_type; member