Lines Matching refs:match_flags
2166 if ((left->match_flags ^ right->match_flags) | in efx_ef10_filter_equal()
2193 if (spec->match_flags & EFX_FILTER_MATCH_LOC_MAC && in efx_ef10_filter_is_exclusive()
2197 if ((spec->match_flags & in efx_ef10_filter_is_exclusive()
2260 if (spec->match_flags & EFX_FILTER_MATCH_LOC_MAC_IG) in efx_ef10_filter_push_prep()
2266 if (spec->match_flags & EFX_FILTER_MATCH_ ## gen_flag) { \ in efx_ef10_filter_push_prep()
2331 enum efx_filter_match_flags match_flags) in efx_ef10_filter_rx_match_pri() argument
2338 if (table->rx_match_flags[match_pri] == match_flags) in efx_ef10_filter_rx_match_pri()
2364 rc = efx_ef10_filter_rx_match_pri(table, spec->match_flags); in efx_ef10_filter_insert()
2603 efx_ef10_filter_rx_match_pri(table, spec->match_flags) != in efx_ef10_filter_remove_internal()
2690 efx_ef10_filter_rx_match_pri(table, saved_spec->match_flags) == in efx_ef10_filter_get_safe()
2764 table, spec->match_flags) * in efx_ef10_filter_get_rx_ids()
2970 int match_flags = 0; in efx_ef10_filter_match_flags_from_mcdi() local
2977 match_flags |= EFX_FILTER_MATCH_ ## gen_flag; \ in efx_ef10_filter_match_flags_from_mcdi()
2997 return match_flags; in efx_ef10_filter_match_flags_from_mcdi()