Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c1052 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in GetPortSchemeBindParams() local
1081 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FmPortCheckNApplyMacsec() local
1670 static t_Error DeletePcd(t_FmPort *p_FmPort) in DeletePcd()
1760 static t_Error AttachPCD(t_FmPort *p_FmPort) in AttachPCD()
1838 static t_Error DetachPCD(t_FmPort *p_FmPort) in DetachPCD()
1890 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FmPortSetMacsecCmd() local
1932 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FmPortSetGprFunc() local
1998 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FmPortGetSetCcParams() local
2213 t_FmPort *p_FmPort; in FM_PORT_Config() local
2575 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FM_PORT_Init() local
[all …]
H A Dfm_port_im.c61 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in ImException() local
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()
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
512 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FM_PORT_ConfigIMRxBdRingLength() local
525 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FM_PORT_ConfigIMTxBdRingLength() local
540 t_FmPort *p_FmPort = (t_FmPort*)h_FmPort; in FM_PORT_ConfigIMFmanCtrlExternalStructsMemory() local
[all …]
H A Dfm_port.h988 static __inline__ uint16_t GetNextBdId(t_FmPort *p_FmPort, uint16_t id) in GetNextBdId()