| /freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | tgec.c | 384 static t_Error TgecGetStatistics(t_Handle h_Tgec, t_FmMacStatistics *p_Statistics) in TgecGetStatistics() argument 391 SANITY_CHECK_RETURN_ERROR(p_Statistics, E_NULL_POINTER); in TgecGetStatistics() 395 p_Statistics->eStatPkts64 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R64); in TgecGetStatistics() 396 p_Statistics->eStatPkts65to127 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R127); in TgecGetStatistics() 397 p_Statistics->eStatPkts128to255 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R255); in TgecGetStatistics() 398 p_Statistics->eStatPkts256to511 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R511); in TgecGetStatistics() 399 p_Statistics->eStatPkts512to1023 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R1023); in TgecGetStatistics() 400 p_Statistics->eStatPkts1024to1518 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R1518); in TgecGetStatistics() 401 … p_Statistics->eStatPkts1519to1522 = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_R1519X); in TgecGetStatistics() 403 p_Statistics->eStatFragments = fman_tgec_get_counter(p_TgecMemMap, E_TGEC_COUNTER_TRFRG); in TgecGetStatistics() [all …]
|
| H A D | memac.c | 542 static t_Error MemacGetStatistics(t_Handle h_Memac, t_FmMacStatistics *p_Statistics) in MemacGetStatistics() argument 548 SANITY_CHECK_RETURN_ERROR(p_Statistics, E_NULL_POINTER); in MemacGetStatistics() 550 …p_Statistics->eStatPkts64 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R6… in MemacGetStatistics() 551 …p_Statistics->eStatPkts65to127 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R1… in MemacGetStatistics() 552 …p_Statistics->eStatPkts128to255 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R2… in MemacGetStatistics() 553 …p_Statistics->eStatPkts256to511 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R5… in MemacGetStatistics() 554 …p_Statistics->eStatPkts512to1023 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R1… in MemacGetStatistics() 555 …p_Statistics->eStatPkts1024to1518 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R1… in MemacGetStatistics() 556 …p_Statistics->eStatPkts1519to1522 = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_R1… in MemacGetStatistics() 558 …p_Statistics->eStatFragments = fman_memac_get_counter(p_Memac->p_MemMap, E_MEMAC_COUNTER_RF… in MemacGetStatistics() [all …]
|
| H A D | dtsec.c | 693 static t_Error DtsecGetStatistics(t_Handle h_Dtsec, t_FmMacStatistics *p_Statistics) in DtsecGetStatistics() argument 700 SANITY_CHECK_RETURN_ERROR(p_Statistics, E_NULL_POINTER); in DtsecGetStatistics() 707 memset(p_Statistics, 0xff, sizeof(t_FmMacStatistics)); in DtsecGetStatistics() 711 p_Statistics->eStatPkts64 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR64) in DtsecGetStatistics() 713 … p_Statistics->eStatPkts65to127 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR127) in DtsecGetStatistics() 715 … p_Statistics->eStatPkts128to255 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR255) in DtsecGetStatistics() 717 … p_Statistics->eStatPkts256to511 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR511) in DtsecGetStatistics() 719 … p_Statistics->eStatPkts512to1023 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TR1K) in DtsecGetStatistics() 721 … p_Statistics->eStatPkts1024to1518 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TRMAX) in DtsecGetStatistics() 723 … p_Statistics->eStatPkts1519to1522 = fman_dtsec_get_stat_counter(p_DtsecMemMap, E_DTSEC_STAT_TRMGV) in DtsecGetStatistics() [all …]
|
| H A D | fm_mac.c | 450 t_Error FM_MAC_GetStatistics (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics) in FM_MAC_GetStatistics() argument 457 return p_FmMacControllerDriver->f_FM_MAC_GetStatistics(h_FmMac, p_Statistics); in FM_MAC_GetStatistics()
|
| H A D | fm_mac.h | 108 t_Error (*f_FM_MAC_GetStatistics) (t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port_dsar.h | 106 uint32_t p_Statistics; /**< Statistics Data Structure pointer. */ 167 uint32_t p_Statistics; /**< Statistics Data Structure pointer. */ 256 uint32_t p_Statistics; /**< Statistics Data Structure pointer. */ 348 uint32_t p_Statistics; /**< Statistics Data Structure pointer. */ 418 uint32_t p_Statistics; /**< Pointer to SNMP statistics table. */ member
|
| H A D | fm_port.c | 6046 WRITE_UINT32(ArpDescriptor->p_Statistics, PTR_TO_UINT(arp_bindings) + 6073 WRITE_UINT32(ICMPV4Descriptor->p_Statistics, PTR_TO_UINT(icmpv4_bindings) + 6101 WRITE_UINT32(ICMPV6Descriptor->p_Statistics, PTR_TO_UINT(icmpv6_bindings) + 6141 …WRITE_UINT32(NDDescriptor->p_Statistics, PTR_TO_UINT(icmpv6_bindings) + sizeof(t_DsarIcmpV6Binding… 6220 WRITE_UINT32(SnmpDescriptor->p_Statistics, PTR_TO_UINT(charPointer) - fmMuramVirtBaseAddr); 6421 …t_DsarArpStatistics* arp_stats = (t_DsarArpStatistics*)(PTR_TO_UINT(ArpDescriptor->p_Statistics) +… 6423 …cmpv4_stats = (t_DsarIcmpV4Statistics*)(PTR_TO_UINT(ICMPV4Descriptor->p_Statistics) + fmMuramVirtB… 6425 …t_NdStatistics* nd_stats = (t_NdStatistics*)(PTR_TO_UINT(NDDescriptor->p_Statistics) + fmMuramVirt… 6427 …cmpv6_stats = (t_DsarIcmpV6Statistics*)(PTR_TO_UINT(ICMPV6Descriptor->p_Statistics) + fmMuramVirtB… 6429 …ics* snmp_stats = (t_DsarSnmpStatistics*)(PTR_TO_UINT(SnmpDescriptor->p_Statistics) + fmMuramVirtB…
|
| /freebsd/sys/contrib/ncsw/inc/Peripherals/ |
| H A D | fm_macsec_ext.h | 1144 …rror FM_MACSEC_SECY_GetStatistics(t_Handle h_FmMacsecSecY, t_FmMacsecSecYStatistics *p_Statistics); 1159 …cGetStatistics(t_Handle h_FmMacsecSecY, t_Handle h_Sc, t_FmMacsecSecYRxScStatistics *p_Statistics); 1175 …t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, t_FmMacsecSecYRxSaStatistics *p_Statistics); 1189 …MACSEC_SECY_TxScGetStatistics(t_Handle h_FmMacsecSecY, t_FmMacsecSecYTxScStatistics *p_Statistics); 1204 …aGetStatistics(t_Handle h_FmMacsecSecY, macsecAN_t an, t_FmMacsecSecYTxSaStatistics *p_Statistics);
|
| H A D | fm_mac_ext.h | 654 t_Error FM_MAC_GetStatistics(t_Handle h_FmMac, t_FmMacStatistics *p_Statistics);
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
| H A D | fm_macsec_secy.c | 854 …Error FM_MACSEC_SECY_GetStatistics(t_Handle h_FmMacsecSecY, t_FmMacsecSecYStatistics *p_Statistics) in FM_MACSEC_SECY_GetStatistics() argument 856 UNUSED(h_FmMacsecSecY);UNUSED(p_Statistics); in FM_MACSEC_SECY_GetStatistics() 860 …ScGetStatistics(t_Handle h_FmMacsecSecY, t_Handle h_Sc, t_FmMacsecSecYRxScStatistics *p_Statistics) in FM_MACSEC_SECY_RxScGetStatistics() argument 862 UNUSED(h_FmMacsecSecY);UNUSED(h_Sc);UNUSED(p_Statistics); in FM_MACSEC_SECY_RxScGetStatistics() 866 …(t_Handle h_FmMacsecSecY, t_Handle h_Sc, macsecAN_t an, t_FmMacsecSecYRxSaStatistics *p_Statistics) in FM_MACSEC_SECY_RxSaGetStatistics() argument 868 UNUSED(h_FmMacsecSecY);UNUSED(h_Sc);UNUSED(an);UNUSED(p_Statistics); in FM_MACSEC_SECY_RxSaGetStatistics() 872 …_MACSEC_SECY_TxScGetStatistics(t_Handle h_FmMacsecSecY, t_FmMacsecSecYTxScStatistics *p_Statistics) in FM_MACSEC_SECY_TxScGetStatistics() argument 874 UNUSED(h_FmMacsecSecY);UNUSED(p_Statistics); in FM_MACSEC_SECY_TxScGetStatistics() 878 …SaGetStatistics(t_Handle h_FmMacsecSecY, macsecAN_t an, t_FmMacsecSecYTxSaStatistics *p_Statistics) in FM_MACSEC_SECY_TxSaGetStatistics() argument 880 UNUSED(h_FmMacsecSecY);UNUSED(an);UNUSED(p_Statistics); in FM_MACSEC_SECY_TxSaGetStatistics()
|