Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h122 uint8_t deqPipelineDepth; /**< IN. Port's requested resource */
150 uint8_t deqPipelineDepth;
163 uint8_t deqPipelineDepth; /**< IN. Port's requested resource */
H A Dfm_ncsw.c864 initParams.deqPipelineDepth = ipcInitParams.deqPipelineDepth; in FmHandleIpcMsgCB()
1017 portParams.deqPipelineDepth = ipcPortParams.deqPipelineDepth; in FmHandleIpcMsgCB()
1977 portInParams.deqPipelineDepth = p_PortParams->deqPipelineDepth; in FmGetSetPortParams()
2051 p_Fm->p_FmStateStruct->accumulatedNumOfDeqTnums += p_PortParams->deqPipelineDepth; in FmGetSetPortParams()
2163 portParams.deqPipelineDepth = p_PortParams->deqPipelineDepth; in FmFreePortParams()
2229 p_Fm->p_FmStateStruct->accumulatedNumOfDeqTnums -= p_PortParams->deqPipelineDepth; in FmFreePortParams()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h898 uint8_t deqPipelineDepth; /**< IN. Port's requested resource */ member
912 uint8_t deqPipelineDepth; /**< IN. Port's requested resource */ member
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1147 t_Error FM_PORT_ConfigFifoDeqPipelineDepth(t_Handle h_FmPort, uint8_t deqPipelineDepth);
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2679 fmParams.deqPipelineDepth = in FM_PORT_Init()
2691 fmParams.deqPipelineDepth = 2; in FM_PORT_Init()
2790 fmParams.deqPipelineDepth = in FM_PORT_Free()
3282 uint8_t deqPipelineDepth) in FM_PORT_ConfigFifoDeqPipelineDepth() argument
3299 deqPipelineDepth; in FM_PORT_ConfigFifoDeqPipelineDepth()