Searched refs:rx_match_count (Results 1 – 2 of 2) sorted by relevance
332 match_pri < table->rx_match_count; in efx_mcdi_filter_pri()1138 return table->rx_match_count * EFX_MCDI_FILTER_TBL_ROWS * 2; in efx_mcdi_filter_get_rx_id_limit()1237 match_pri < table->rx_match_count; in efx_mcdi_filter_match_supported()1288 rc, table->rx_match_count); in efx_mcdi_filter_table_probe_matches()1289 table->rx_match_mcdi_flags[table->rx_match_count] = mcdi_flags; in efx_mcdi_filter_table_probe_matches()1290 table->rx_match_count++; in efx_mcdi_filter_table_probe_matches()1314 table->rx_match_count = 0; in efx_mcdi_filter_table_probe()1396 while (match_pri < table->rx_match_count && in efx_mcdi_filter_table_restore()1399 if (match_pri >= table->rx_match_count) { in efx_mcdi_filter_table_restore()
57 unsigned int rx_match_count; member