Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Drx_common.c714 if (!efx->rps_hash_table) in efx_rps_hash_bucket()
716 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()
872 if (efx->rps_hash_table) { in efx_filter_rfs_work()
1004 if (efx->rps_hash_table) { in efx_filter_rfs()
H A Defx_common.c1017 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_init_struct()
1018 sizeof(*efx->rps_hash_table), GFP_KERNEL); in efx_init_struct()
1054 kfree(efx->rps_hash_table); in efx_fini_struct()
H A Dnet_driver.h1122 struct hlist_head *rps_hash_table; member
H A Dmcdi_filters.c1797 if (!efx->rps_hash_table) { in efx_mcdi_filter_rfs_expire_one()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Drx_common.c716 if (!efx->rps_hash_table) in efx_rps_hash_bucket()
718 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket()
877 if (efx->rps_hash_table) { in efx_filter_rfs_work()
1010 if (efx->rps_hash_table) { in efx_siena_filter_rfs()
H A Defx_common.c1033 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_siena_init_struct()
1034 sizeof(*efx->rps_hash_table), GFP_KERNEL); in efx_siena_init_struct()
1069 kfree(efx->rps_hash_table); in efx_siena_fini_struct()
H A Dnet_driver.h1090 struct hlist_head *rps_hash_table; member
H A Dfarch.c2920 if (!efx->rps_hash_table) { in efx_farch_filter_rfs_expire_one()