Searched refs:p_HdrParams (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1263 static t_Error AdditionalPrsParams(t_FmPort *p_FmPort, t_FmPcdPrsAdditionalHdrParams *p_HdrParams, uint32_t *p_SoftSeqAttachReg) argument
1269 if(IS_PRIVATE_HEADER(p_HdrParams->hdr) || IS_SPECIAL_HEADER(p_HdrParams->hdr))
1272 if(p_HdrParams->errDisable)
1276 if(p_HdrParams->usePrsOpts)
1278 p_prsOpts = &p_HdrParams->prsOpts;
1279 switch(p_HdrParams->hdr)
1324 if(p_HdrParams->swPrsEnable)
1326 tmpPrsOffset = FmPcdGetSwPrsOffset(p_FmPort->h_FmPcd, p_HdrParams->hdr, p_HdrParams
[all...]

Completed in 102 milliseconds