Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c3028 MemCpy8(p_KeysMatchTableNewTmp, p_Key, in BuildNewNodeModifyKey()
3759 if (!p_KeyParams->p_Key) in CheckParams()
3899 if (memcmp(p_KeyParams->p_Key, &key, 1) != 0) in Ipv4TtlOrIpv6HopLimitCheckParams()
4132 ASSERT_COND(p_Key); in FindKeyIndex()
6557 SANITY_CHECK_RETURN_ERROR(p_Key, E_NULL_POINTER); in FM_PCD_MatchTableModifyKey()
6712 SANITY_CHECK_RETURN_ERROR(p_Key, E_NULL_POINTER); in FM_PCD_MatchTableFindNRemoveKey()
6761 SANITY_CHECK_RETURN_ERROR(p_Key, E_NULL_POINTER); in FM_PCD_MatchTableFindNModifyNextEngine()
6812 SANITY_CHECK_RETURN_ERROR(p_Key, E_NULL_POINTER); in FM_PCD_MatchTableFindNModifyKeyAndNextEngine()
6864 SANITY_CHECK_RETURN_ERROR(p_Key, E_NULL_POINTER); in FM_PCD_MatchTableFindNModifyKey()
7095 crc64 = crc64_compute(p_Key, keySize, crc64); in FM_PCD_MatchTableGetIndexedHashBucket()
[all …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h1882 …uint8_t *p_Key; /**< Relevant only if 'action' = e_FM_PCD_ACTION_EXACT_MAT… member
3313 uint8_t *p_Key,
3336 uint8_t *p_Key,
3362 uint8_t *p_Key,
3391 uint8_t *p_Key,
3418 uint8_t *p_Key,
3519 uint8_t *p_Key,
3653 uint8_t *p_Key);
3676 uint8_t *p_Key,
3743 uint8_t *p_Key,
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h774 …e h_FmPcd, t_Handle h_CcNode, uint16_t keyIndex, uint8_t keySize, uint8_t *p_Key, uint8_t *p_Mask);