Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c115 confBdId = GetNextBdId(p_FmPort, confBdId); in TxConf()
198 p_FmPort->im.currBdId = GetNextBdId(p_FmPort, p_FmPort->im.currBdId); in FmPortImRx()
480 p_FmPort->im.currBdId = GetNextBdId(p_FmPort, p_FmPort->im.currBdId); in FmPortImFree()
651 nextBdId = GetNextBdId(p_FmPort, p_FmPort->im.currBdId); in FM_PORT_ImTx()
694 …WRITE_UINT16(p_FmPort->im.p_FmPortImPram->txQd.offsetIn, (uint16_t)(GetNextBdId(p_FmPort, p_FmPort… in FM_PORT_ImTx()
699 p_FmPort->im.currBdId = GetNextBdId(p_FmPort, p_FmPort->im.currBdId); in FM_PORT_ImTx()
720 cleanBdId = GetNextBdId(p_FmPort, cleanBdId); in FM_PORT_ImTx()
H A Dfm_port.h988 static __inline__ uint16_t GetNextBdId(t_FmPort *p_FmPort, uint16_t id) in GetNextBdId() function