Lines Matching refs:match_flags
2850 if ((left->match_flags ^ right->match_flags) | in efx_ef10_filter_equal()
2877 if (spec->match_flags & EFX_FILTER_MATCH_LOC_MAC && in efx_ef10_filter_is_exclusive()
2881 if ((spec->match_flags & in efx_ef10_filter_is_exclusive()
2944 if (spec->match_flags & EFX_FILTER_MATCH_LOC_MAC_IG) in efx_ef10_filter_push_prep()
2950 if (spec->match_flags & EFX_FILTER_MATCH_ ## gen_flag) { \ in efx_ef10_filter_push_prep()
3016 enum efx_filter_match_flags match_flags) in efx_ef10_filter_rx_match_pri() argument
3023 if (table->rx_match_flags[match_pri] == match_flags) in efx_ef10_filter_rx_match_pri()
3049 rc = efx_ef10_filter_rx_match_pri(table, spec->match_flags); in efx_ef10_filter_insert()
3288 efx_ef10_filter_rx_match_pri(table, spec->match_flags) != in efx_ef10_filter_remove_internal()
3389 efx_ef10_filter_rx_match_pri(table, saved_spec->match_flags) == in efx_ef10_filter_get_safe()
3463 table, spec->match_flags) * in efx_ef10_filter_get_rx_ids()
3669 int match_flags = 0; in efx_ef10_filter_match_flags_from_mcdi() local
3676 match_flags |= EFX_FILTER_MATCH_ ## gen_flag; \ in efx_ef10_filter_match_flags_from_mcdi()
3696 return match_flags; in efx_ef10_filter_match_flags_from_mcdi()