Lines Matching refs:match_pri
4280 unsigned int match_pri; in efx_ef10_filter_pri() local
4282 for (match_pri = 0; in efx_ef10_filter_pri()
4283 match_pri < table->rx_match_count; in efx_ef10_filter_pri()
4284 match_pri++) in efx_ef10_filter_pri()
4285 if (table->rx_match_mcdi_flags[match_pri] == mcdi_flags) in efx_ef10_filter_pri()
4286 return match_pri; in efx_ef10_filter_pri()
4300 unsigned int match_pri, hash; in efx_ef10_filter_insert_locked() local
4324 match_pri = rc; in efx_ef10_filter_insert_locked()
4495 rc = efx_ef10_make_filter_id(match_pri, ins_index); in efx_ef10_filter_insert_locked()
4896 unsigned int match_pri; in efx_ef10_filter_match_supported() local
4899 for (match_pri = 0; in efx_ef10_filter_match_supported()
4900 match_pri < table->rx_match_count; in efx_ef10_filter_match_supported()
4901 match_pri++) { in efx_ef10_filter_match_supported()
4903 table->rx_match_mcdi_flags[match_pri]); in efx_ef10_filter_match_supported()
5043 int match_pri; in efx_ef10_filter_table_restore() local
5063 match_pri = 0; in efx_ef10_filter_table_restore()
5064 while (match_pri < table->rx_match_count && in efx_ef10_filter_table_restore()
5065 table->rx_match_mcdi_flags[match_pri] != mcdi_flags) in efx_ef10_filter_table_restore()
5066 ++match_pri; in efx_ef10_filter_table_restore()
5067 if (match_pri >= table->rx_match_count) { in efx_ef10_filter_table_restore()