Home
last modified time | relevance | path

Searched refs:EFX_ARFS_HASH_TABLE_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sfc/siena/
Dnet_driver.h751 #define EFX_ARFS_HASH_TABLE_SIZE 512 macro
Drx_common.c663 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()
Defx_common.c1026 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_siena_init_struct()
/linux-6.12.1/drivers/net/ethernet/sfc/
Dnet_driver.h790 #define EFX_ARFS_HASH_TABLE_SIZE 512 macro
Drx_common.c673 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()
Defx_common.c1015 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_init_struct()