Searched refs:h_FmPortRx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h477 t_Error FM_PORT_ConfigDsarSupport(t_Handle h_FmPortRx, t_FmPortDsarTablesSizes *params);
1526 @Param[in] h_FmPortRx - FM PORT module descriptor
1533 t_Error FM_PORT_EnterDsar(t_Handle h_FmPortRx, t_FmPortDsarParams *params);
1559 @Param[in] h_FmPortRx - FM PORT Rx module descriptor
1566 void FM_PORT_ExitDsar(t_Handle h_FmPortRx, t_Handle h_FmPortTx);
1596 @Param[in] h_FmPortRx - FM PORT module descriptor
1601 t_Error FM_PORT_GetDsarStats(t_Handle h_FmPortRx, t_FmPortDsarStats *stats);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5597 t_Error FM_PORT_ConfigDsarSupport(t_Handle h_FmPortRx, argument
5600 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
5671 t_FmPortDsarTablesSizes* FM_PORT_GetDsarTablesMaxSizes(t_Handle h_FmPortRx) argument
5673 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
5981 t_Error FM_PORT_EnterDsar(t_Handle h_FmPortRx, t_FmPortDsarParams *params)
5986 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
6380 void FM_PORT_ExitDsar(t_Handle h_FmPortRx, t_Handle h_FmPortTx)
6382 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
6413 t_Error FM_PORT_GetDsarStats(t_Handle h_FmPortRx, t_FmPortDsarStats *stats)
6415 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
[all...]

Completed in 124 milliseconds