Home
last modified time | relevance | path

Searched refs:rx_match_count (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_filters.c332 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()
Dmcdi_filters.h57 unsigned int rx_match_count; member