Home
last modified time | relevance | path

Searched refs:rps_hash_table (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/
Drx.c842 if (efx->rps_hash_table) { in efx_filter_rfs_work()
951 if (efx->rps_hash_table) { in efx_filter_rfs()
Defx.c3041 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_init_struct()
3042 sizeof(*efx->rps_hash_table), GFP_KERNEL); in efx_init_struct()
3087 kfree(efx->rps_hash_table); in efx_fini_struct()
3168 if (!efx->rps_hash_table) in efx_rps_hash_bucket()
3170 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()
Dnet_driver.h1066 struct hlist_head *rps_hash_table; member
Dfarch.c2919 if (!efx->rps_hash_table) { in efx_farch_filter_rfs_expire_one()
Def10.c4766 if (!efx->rps_hash_table) { in efx_ef10_filter_rfs_expire_one()