Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c86 confBdId = savedStartBdId = p_FmPort->im.currBdId; in TxConf()
159 bdStatus = BD_STATUS_AND_LENGTH(BD_GET(p_FmPort->im.currBdId)); in FmPortImRx()
170 p_FmPort->im.firstBdOfFrameId = p_FmPort->im.currBdId; in FmPortImRx()
172 p_CurData = BdBufferGet(p_FmPort->im.rxPool.f_PhysToVirt, BD_GET(p_FmPort->im.currBdId)); in FmPortImRx()
173 h_CurrUserPriv = p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId]; in FmPortImRx()
181 buffPos = (uint8_t)((p_FmPort->im.currBdId == p_FmPort->im.firstBdOfFrameId) ? in FmPortImRx()
191 BdBufferSet(p_FmPort->im.rxPool.f_VirtToPhys, BD_GET(p_FmPort->im.currBdId), p_Data); in FmPortImRx()
193 BD_STATUS_AND_LENGTH_SET(BD_GET(p_FmPort->im.currBdId), BD_R_E); in FmPortImRx()
196 p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId] = h_NewUserPriv; in FmPortImRx()
198 p_FmPort->im.currBdId = GetNextBdId(p_FmPort, p_FmPort->im.currBdId); in FmPortImRx()
[all …]
H A Dfm_port.h787 uint16_t currBdId; member