Searched refs:p_Statistics (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c504 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics) argument
510 SANITY_CHECK_RETURN_ERROR(p_Statistics, E_NULL_POINTER);
515 p_Statistics->eStatPkts64 = GET_UINT64(p_TgecMemMap->R64);
516 p_Statistics->eStatPkts65to127 = GET_UINT64(p_TgecMemMap->R127);
517 p_Statistics->eStatPkts128to255 = GET_UINT64(p_TgecMemMap->R255);
518 p_Statistics->eStatPkts256to511 = GET_UINT64(p_TgecMemMap->R511);
519 p_Statistics->eStatPkts512to1023 = GET_UINT64(p_TgecMemMap->R1023);
520 p_Statistics->eStatPkts1024to1518 = GET_UINT64(p_TgecMemMap->R1518);
521 p_Statistics->eStatPkts1519to1522 = GET_UINT64(p_TgecMemMap->R1519X);
523 p_Statistics
[all...]
H A Ddtsec.c847 static t_Error DtsecGetStatistics(t_Handle h_Dtsec, t_FmMacStatistics *p_Statistics) argument
854 SANITY_CHECK_RETURN_ERROR(p_Statistics, E_NULL_POINTER);
860 memset(p_Statistics, 0xff, sizeof(t_FmMacStatistics));
864 p_Statistics->eStatPkts64 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->tr64))
866 p_Statistics->eStatPkts65to127 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->tr127))
868 p_Statistics->eStatPkts128to255 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->tr255))
870 p_Statistics->eStatPkts256to511 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->tr511))
872 p_Statistics->eStatPkts512to1023 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->tr1k))
874 p_Statistics->eStatPkts1024to1518 = (MASK22BIT & GET_UINT32(p_DtsecMemMap->trmax))
876 p_Statistics
[all...]
H A Dfm_mac.c366 t_Error FM_MAC_GetStatistics (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics) argument
373 return p_FmMacControllerDriver->f_FM_MAC_GetStatistics(h_FmMac, p_Statistics);
H A Dfm_mac.h92 t_Error (*f_FM_MAC_GetStatistics) (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h524 @Param[in] p_Statistics Staructure with statistics
530 t_Error FM_MAC_GetStatistics (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);

Completed in 82 milliseconds