Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c335 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()
H A Dmcdi_filters.h57 unsigned int rx_match_count; member