Home
last modified time | relevance | path

Searched defs:p_FmPort (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c56 static t_Error CheckInitParameters(t_FmPort *p_FmPort) in CheckInitParameters()
416 static t_Error VerifySizeOfFifo(t_FmPort *p_FmPort) in VerifySizeOfFifo()
532 static void FmPortDriverParamFree(t_FmPort *p_FmPort) in FmPortDriverParamFree()
541 static t_Error SetExtBufferPools(t_FmPort *p_FmPort) in SetExtBufferPools()
651 static t_Error ClearPerfCnts(t_FmPort *p_FmPort) in ClearPerfCnts()
661 static t_Error InitLowLevelDriver(t_FmPort *p_FmPort) in InitLowLevelDriver()
773 static bool CheckRxBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter) in CheckRxBmiCounter()
800 static bool CheckTxBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter) in CheckTxBmiCounter()
822 static bool CheckOhBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter) in CheckOhBmiCounter()
849 t_FmPort *p_FmPort, e_FmPortCounters counter, in BmiPortCheckAndGetCounterType()
[all …]
H A Dfm_port_im.c61 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in ImException() local
73 static t_Error TxConf(t_FmPort *p_FmPort, e_TxConfType confType) in TxConf()
124 t_Error FmPortImEnable(t_FmPort *p_FmPort) in FmPortImEnable()
131 t_Error FmPortImDisable(t_FmPort *p_FmPort) in FmPortImDisable()
138 t_Error FmPortImRx(t_FmPort *p_FmPort) in FmPortImRx()
227 void FmPortConfigIM (t_FmPort *p_FmPort, t_FmPortParams *p_FmPortParams) in FmPortConfigIM()
281 t_Error FmPortImCheckInitParameters(t_FmPort *p_FmPort) in FmPortImCheckInitParameters()
303 t_Error FmPortImInit(t_FmPort *p_FmPort) in FmPortImInit()
441 void FmPortImFree(t_FmPort *p_FmPort) in FmPortImFree()
499 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FM_PORT_ConfigIMMaxRxBufLength() local
[all …]
H A Dfm_port.h988 static __inline__ uint16_t GetNextBdId(t_FmPort *p_FmPort, uint16_t id) in GetNextBdId()