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

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h347 } _PackedType hdrs[FM_PCD_PRS_NUM_OF_HDRS];
812 uint32_t lcvs[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_port.c1527 uint32_t tmpHxs[FM_PCD_PRS_NUM_OF_HDRS];
1608 if((p_FmPort->pcdEngines & FM_PCD_PRS) && (p_PcdParams->p_PrsParams->numOfHdrsWithAdditionalParams > FM_PCD_PRS_NUM_OF_HDRS))
1609 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("Port parser numOfHdrsWithAdditionalParams may not exceed %d", FM_PCD_PRS_NUM_OF_HDRS));
1769 memset(tmpHxs, 0, FM_PCD_PRS_NUM_OF_HDRS*sizeof(uint32_t));
1875 for(i=0 ; i<FM_PCD_PRS_NUM_OF_HDRS ; i++)
/freebsd-11.0-release/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h89 #define FM_PCD_PRS_NUM_OF_HDRS 16 /**< Number of headers supported by HW parser */ macro
437 uint32_t swPrsDataParams[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_port_ext.h1841 t_FmPcdPrsAdditionalHdrParams additionalParams[FM_PCD_PRS_NUM_OF_HDRS];
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h588 uint32_t lcvs[FM_PCD_PRS_NUM_OF_HDRS];
H A Dfm_prs.c434 for(i=0;i<FM_PCD_PRS_NUM_OF_HDRS;i++)
H A Dfm_pcd.c1113 memset(p_FmPcd->netEnvs[netEnvId].lcvs, 0, sizeof(uint32_t)*FM_PCD_PRS_NUM_OF_HDRS);
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h474 #define NO_HDR_NUM FM_PCD_PRS_NUM_OF_HDRS

Completed in 205 milliseconds