Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c105 p_FmPort->im.p_BdShadow[confBdId]); in TxConf()
110 p_FmPort->im.p_BdShadow[confBdId]); in TxConf()
173 h_CurrUserPriv = p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId]; in FmPortImRx()
196 p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId] = h_NewUserPriv; in FmPortImRx()
335 if (!p_FmPort->im.p_BdShadow) in FmPortImInit()
348 p_FmPort->im.p_BdShadow[i] = h_BufContext; in FmPortImInit()
411 if (!p_FmPort->im.p_BdShadow) in FmPortImInit()
489 if (p_FmPort->im.p_BdShadow) in FmPortImFree()
490 XX_Free(p_FmPort->im.p_BdShadow); in FmPortImFree()
661 p_FmPort->im.p_BdShadow[p_FmPort->im.currBdId]); in FM_PORT_ImTx()
[all …]
H A Dfm_port.h786 t_Handle *p_BdShadow; member