Searched refs:p_KeyAndHash (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1820 t_FmPcdKgKeyExtractAndHashParams *p_KeyAndHash = NULL; local
2072 p_KeyAndHash = &p_Scheme->keyExtractAndHashParams;
2074 if (p_KeyAndHash->numOfUsedExtracts >= FM_PCD_KG_MAX_NUM_OF_EXTRACTS_PER_KEY)
2078 p_SchemeRegs->kgse_dv0 = p_KeyAndHash->privateDflt0;
2081 p_SchemeRegs->kgse_dv1 = p_KeyAndHash->privateDflt1;
2085 if(!p_KeyAndHash->hashDistributionNumOfFqids || !POWER_OF_2(p_KeyAndHash->hashDistributionNumOfFqids))
2087 if((p_KeyAndHash->hashDistributionNumOfFqids-1) & p_Scheme->baseFqid)
2093 for( i=0 ;i<p_KeyAndHash->numOfUsedDflts ; i++)
2095 switch(p_KeyAndHash
[all...]

Completed in 67 milliseconds