Searched refs:rx_indir_table (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
H A Dethtool.c1090 0 : ARRAY_SIZE(efx->rx_indir_table));
1097 memcpy(indir, efx->rx_indir_table, sizeof(efx->rx_indir_table));
1106 memcpy(efx->rx_indir_table, indir, sizeof(efx->rx_indir_table));
H A Dnet_driver.h673 * @rx_indir_table: Indirection table for RSS
785 u32 rx_indir_table[128]; member in struct:efx_nic
H A Dnic.c1563 BUILD_BUG_ON(ARRAY_SIZE(efx->rx_indir_table) !=
1568 efx->rx_indir_table[i]);
H A Defx.c1452 for (i = 0; i < ARRAY_SIZE(efx->rx_indir_table); i++)
1453 efx->rx_indir_table[i] =

Completed in 29 milliseconds