DP_SEL_VHF_HASH_LEN
u32 hash_table[DP_SEL_VHF_HASH_LEN];
memset(hash_table, 0, DP_SEL_VHF_HASH_LEN * sizeof(u32));
DP_SEL_VHF_HASH_LEN, hash_table);
DP_SEL_VHF_HASH_LEN, pdata->mchash_table);
for (i = 0; i < DP_SEL_VHF_HASH_LEN; i++)
u32 mchash_table[DP_SEL_VHF_HASH_LEN]; /* multicast hash table */
DP_SEL_VHF_HASH_LEN, pdata->multicast_hash_table);
for (i = 0; i < DP_SEL_VHF_HASH_LEN; i++)
u32 multicast_hash_table[DP_SEL_VHF_HASH_LEN];