Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dnet_driver.h763 #define EFX_ARFS_HASH_TABLE_SIZE 512 macro
H A Defx_common.c1022 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_init_struct()
H A Drx_common.c729 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()