Searched refs:rx_match_count (Results 1 – 2 of 2) sorted by relevance
335 match_pri < table->rx_match_count; in efx_mcdi_filter_pri()1142 return table->rx_match_count * EFX_MCDI_FILTER_TBL_ROWS * 2; in efx_mcdi_filter_get_rx_id_limit()1241 match_pri < table->rx_match_count; in efx_mcdi_filter_match_supported()1292 rc, table->rx_match_count); in efx_mcdi_filter_table_probe_matches()1293 table->rx_match_mcdi_flags[table->rx_match_count] = mcdi_flags; in efx_mcdi_filter_table_probe_matches()1294 table->rx_match_count++; in efx_mcdi_filter_table_probe_matches()1318 table->rx_match_count = 0; in efx_mcdi_filter_table_probe()1400 while (match_pri < table->rx_match_count && in efx_mcdi_filter_table_restore()1403 if (match_pri >= table->rx_match_count) { in efx_mcdi_filter_table_restore()
57 unsigned int rx_match_count; member