Searched refs:p_Key (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_cc.c | 2603 p_KeyParams->p_Key, p_CcNode->userSizeOfExtraction); in BuildNewNodeAddOrMdfyKeyAndNextEngine() 2694 MemCpy8((void*)p_KeysMatchTableNewTmp, p_KeyParams->p_Key, in BuildNewNodeAddOrMdfyKeyAndNextEngine() 2941 t_FmPcdCcNode *p_CcNode, uint16_t keyIndex, uint8_t *p_Key, in BuildNewNodeModifyKey() argument 2962 memcpy(p_AdditionalInfo->keyAndNextEngineParams[keyIndex].key, p_Key, in BuildNewNodeModifyKey() 3028 MemCpy8(p_KeysMatchTableNewTmp, p_Key, in BuildNewNodeModifyKey() 3759 if (!p_KeyParams->p_Key) in CheckParams() 3782 memcpy(p_CcNode->keyAndNextEngineParams[tmp].key, p_KeyParams->p_Key, in CheckParams() 3899 if (memcmp(p_KeyParams->p_Key, &key, 1) != 0) in Ipv4TtlOrIpv6HopLimitCheckParams() 4007 if (p_KeyParams->p_Mask || p_KeyParams->p_Key) in IcHashIndexedCheckParams() 4125 static t_Error FindKeyIndex(t_Handle h_CcNode, uint8_t keySize, uint8_t *p_Key, in FindKeyIndex() argument [all …]
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_pcd_ext.h | 1882 …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 D | fm_common.h | 774 …e h_FmPcd, t_Handle h_CcNode, uint16_t keyIndex, uint8_t keySize, uint8_t *p_Key, uint8_t *p_Mask);
|