Home
last modified time | relevance | path

Searched refs:EFX_FILTER_FLAG_RX (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dfilter.h96 EFX_FILTER_FLAG_RX = 0x08, enumerator
185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx()
H A Drx_common.c577 if (!(spec->flags & EFX_FILTER_FLAG_RX) || in efx_siena_filter_is_mc_recipient()
605 (EFX_FILTER_FLAG_RX | EFX_FILTER_FLAG_TX))) in efx_siena_filter_spec_equal()
H A Dfarch.c2056 EFX_WARN_ON_PARANOID(!(gen_spec->flags & EFX_FILTER_FLAG_RX)); in efx_farch_filter_from_gen_spec()
2226 spec->flags = (EFX_FILTER_FLAG_RX | in efx_farch_filter_init_rx_auto()
2349 if (!(spec->flags & EFX_FILTER_FLAG_RX)) in efx_farch_filter_make_id()
/linux/drivers/net/ethernet/sfc/
H A Dfilter.h91 EFX_FILTER_FLAG_RX = 0x08, enumerator
185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx()
H A Drx_common.c590 if (!(spec->flags & EFX_FILTER_FLAG_RX) || in efx_filter_is_mc_recipient()
618 (EFX_FILTER_FLAG_RX | EFX_FILTER_FLAG_TX))) in efx_filter_spec_equal()
H A Dmcdi_filters.c366 if ((spec->flags & (EFX_FILTER_FLAG_RX | EFX_FILTER_FLAG_TX)) != in efx_mcdi_filter_insert_locked()
367 EFX_FILTER_FLAG_RX) { in efx_mcdi_filter_insert_locked()
613 new_spec.flags = (EFX_FILTER_FLAG_RX | in efx_mcdi_filter_remove_internal()