Home
last modified time | relevance | path

Searched refs:hashShift (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1566 …uint8_t hashShift; /**< hash result right shift. Select the … member
1988 …uint8_t hashShift; /**< Byte offset from the beginning of the… member
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c1616 if (p_KeyAndHash->hashShift > MAX_HASH_SHIFT) in BuildSchemeRegs()
1630 tmpReg |= p_KeyAndHash->hashShift << KG_SCH_HASH_CONFIG_SHIFT_SHIFT; in BuildSchemeRegs()
H A Dfm_cc.c7075 uint8_t hashShift, in FM_PCD_MatchTableGetIndexedHashBucket() argument
7096 crc64 >>= hashShift; in FM_PCD_MatchTableGetIndexedHashBucket()
7281 p_Param->hashShift; in FM_PCD_HashTableSet()