Searched refs:rps_hash_table (Results 1 – 7 of 7) sorted by relevance
658 if (!efx->rps_hash_table) in efx_rps_hash_bucket() 660 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket() 819 if (efx->rps_hash_table) { in efx_filter_rfs_work() 952 if (efx->rps_hash_table) { in efx_siena_filter_rfs()
903 * @rps_hash_lock: Protects ARFS filter mapping state (@rps_hash_table and905 * @rps_hash_table: Mapping between ARFS filters and their various IDs1081 struct hlist_head *rps_hash_table; member
2920 if (!efx->rps_hash_table) { in efx_farch_filter_rfs_expire_one()
671 if (!efx->rps_hash_table) in efx_rps_hash_bucket() 673 return &efx->rps_hash_table[hash % EFX_ARFS_HASH_TABLE_SIZE]; in efx_rps_hash_bucket() 829 if (efx->rps_hash_table) { in efx_filter_rfs_work() 961 if (efx->rps_hash_table) { in efx_filter_rfs()
999 efx->rps_hash_table = kcalloc(EFX_ARFS_HASH_TABLE_SIZE, in efx_init_struct() 1000 sizeof(*efx->rps_hash_table), GFP_KERNEL); in efx_init_struct() 1037 kfree(efx->rps_hash_table); in efx_fini_struct()
977 * @rps_hash_lock: Protects ARFS filter mapping state (@rps_hash_table and979 * @rps_hash_table: Mapping between ARFS filters and their various IDs1158 struct hlist_head *rps_hash_table; member
1797 if (!efx->rps_hash_table) { in efx_mcdi_filter_rfs_expire_one()