Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4422 t_Error FM_PORT_VSPAlloc(t_Handle h_FmPort, t_FmPortVSPAllocParams *p_VSPParams) in FM_PORT_VSPAlloc() argument
4433 SANITY_CHECK_RETURN_ERROR(p_VSPParams->numOfProfiles, E_INVALID_VALUE); in FM_PORT_VSPAlloc()
4436 p_VSPParams->dfltRelativeId < p_VSPParams->numOfProfiles, in FM_PORT_VSPAlloc()
4446 …((p_VSPParams->h_FmTxPort && !((t_FmPort *)(p_VSPParams->h_FmTxPort))->enabled) || (p_FmPort->port… in FM_PORT_VSPAlloc()
4453 p_FmPort->portId, p_VSPParams->numOfProfiles); in FM_PORT_VSPAlloc()
4460 p_VSPParams->dfltRelativeId, in FM_PORT_VSPAlloc()
4471 … &(((t_FmPort *)(p_VSPParams->h_FmTxPort))->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tcfqid); in FM_PORT_VSPAlloc()
4473 … &(((t_FmPort *)(p_VSPParams->h_FmTxPort))->p_FmPortBmiRegs->txPortBmiRegs.fmbm_tfne); in FM_PORT_VSPAlloc()
4485 hwStoragePrflId = p_VSPParams->dfltRelativeId; in FM_PORT_VSPAlloc()
4505 p_FmPort->dfltRelativeId = p_VSPParams->dfltRelativeId; in FM_PORT_VSPAlloc()