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

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1272 typedef enum e_FmPortCounters { enum
1295 } e_FmPortCounters; typedef in typeref:enum:e_FmPortCounters
1893 uint32_t FM_PORT_GetCounter(t_Handle h_FmPort, e_FmPortCounters fmPortCounter);
1908 t_Error FM_PORT_ModifyCounter(t_Handle h_FmPort, e_FmPortCounters fmPortCounter, uint32_t value);
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c773 static bool CheckRxBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter)
800 static bool CheckTxBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter)
822 static bool CheckOhBmiCounter(t_FmPort *p_FmPort, e_FmPortCounters counter)
849 t_FmPort *p_FmPort, e_FmPortCounters counter,
4160 uint32_t FM_PORT_GetCounter(t_Handle h_FmPort, e_FmPortCounters counter)
4247 t_Error FM_PORT_ModifyCounter(t_Handle h_FmPort, e_FmPortCounters counter,

Completed in 176 milliseconds