Home
last modified time | relevance | path

Searched refs:totalOctet (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_port.c362 … statistic->totalOctet = base->PM0_TEOCTN - base->PM0_TXPFN * ((uint64_t)7U - flexPreambleCnt); in NETC_PortGetPhyMacTxStatistic()
367 statistic->totalOctet = base->PM0_TEOCTN; in NETC_PortGetPhyMacTxStatistic()
371 statistic->totalOctet = base->PM0_TEOCTN; in NETC_PortGetPhyMacTxStatistic()
398 statistic->totalOctet = base->PM1_TEOCTN; in NETC_PortGetPhyMacTxStatistic()
444 statistic->totalOctet = base->PM0_REOCTN; in NETC_PortGetPhyMacRxStatistic()
467 statistic->totalOctet = base->PM1_REOCTN; in NETC_PortGetPhyMacRxStatistic()
572 statistic->totalOctet = ((uint64_t)base->PPMTOCR[1] << 32U) | base->PPMTOCR[0]; in NETC_PortGetPseudoMacTrafficStatistic()
579 statistic->totalOctet = ((uint64_t)base->PPMROCR[1] << 32U) | base->PPMROCR[0]; in NETC_PortGetPseudoMacTrafficStatistic()
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc.h753 …uint64_t totalOctet; /*!< Count of MAC received/transmitted good/error Ethernet octets… member
806 uint64_t totalOctet; /*!< Count of MAC received/transmitted octets. */ member