Home
last modified time | relevance | path

Searched refs:FM_PCD_PRS_NUM_OF_HDRS (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h444 } hdrs[FM_PCD_PRS_NUM_OF_HDRS];
897 uint32_t lcvs[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_port.c1123 uint32_t tmpHxs[FM_PCD_PRS_NUM_OF_HDRS]; in SetPcd()
1215 > FM_PCD_PRS_NUM_OF_HDRS)) in SetPcd()
1219 … ("Port parser numOfHdrsWithAdditionalParams may not exceed %d", FM_PCD_PRS_NUM_OF_HDRS)); in SetPcd()
1441 memset(tmpHxs, 0, FM_PCD_PRS_NUM_OF_HDRS * sizeof(uint32_t)); in SetPcd()
1496 if (p_PcdParams->p_PrsParams->numOfHdrsWithAdditionalParams == FM_PCD_PRS_NUM_OF_HDRS) in SetPcd()
1598 for (i = 0; i < FM_PCD_PRS_NUM_OF_HDRS; i++) in SetPcd()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c399 for (i=0;i<FM_PCD_PRS_NUM_OF_HDRS;i++) in FM_PCD_PrsLoadSw()
H A Dfm_pcd.h328 uint32_t lcvs[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_pcd.c1534 memset(p_FmPcd->netEnvs[netEnvId].lcvs, 0, sizeof(uint32_t)*FM_PCD_PRS_NUM_OF_HDRS); in FM_PCD_NetEnvCharacteristicsDelete()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h81 #define FM_PCD_PRS_NUM_OF_HDRS 16 /**< Number of headers supp… macro
457 uint32_t swPrsDataParams[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_port_ext.h2214 t_FmPcdPrsAdditionalHdrParams additionalParams[FM_PCD_PRS_NUM_OF_HDRS];
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h608 #define NO_HDR_NUM FM_PCD_PRS_NUM_OF_HDRS