• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/

Lines Matching refs:uint64_t

476 typedef uint64_t    macsecSCI_t;
542 uint64_t ifInOctets; /**< Total number of byte received */
543 uint64_t ifInPkts; /**< Total number of packets received */
544 uint64_t ifInMcastPkts; /**< Total number of multicast frame received */
545 uint64_t ifInBcastPkts; /**< Total number of broadcast frame received */
546 uint64_t ifInDiscards; /**< Frames received, but discarded due to problems within the MAC RX :
550 uint64_t ifInErrors; /**< Number of frames received with error:
555 uint64_t ifOutOctets; /**< Total number of byte sent */
556 uint64_t ifOutPkts; /**< Total number of packets sent */
557 uint64_t ifOutMcastPkts; /**< Total number of multicast frame sent */
558 uint64_t ifOutBcastPkts; /**< Total number of multicast frame sent */
559 uint64_t ifOutDiscards; /**< Frames received, but discarded due to problems within the MAC TX N/A! */
560 uint64_t ifOutErrors; /**< Number of frames transmitted with error:
586 uint64_t outPktsProtected; /**< The number of frames, that the user of the controlled port requested to
588 uint64_t outPktsEncrypted; /**< The number of frames, that the user of the controlled port requested to
596 uint64_t inPktsUnchecked; /**< The number of frames with resolved SCI, delivered to the user of a controlled port,
598 uint64_t inPktsDelayed; /**< The number of frames with resolved SCI, delivered to the user of a controlled port,
601 uint64_t inPktsLate; /**< The number of frames with resolved SCI, discarded on the controlled port,
604 uint64_t inPktsOK; /**< The number of frames with resolved SCI, have passed all
606 uint64_t inPktsInvalid; /**< The number of frames with resolved SCI, that have failed frame
608 uint64_t inPktsNotValid; /**< The number of frames with resolved SCI, discarded on the controlled port,
610 uint64_t inPktsNotUsingSA; /**< The number of frames received with resolved SCI and discarded on disabled or
612 uint64_t inPktsUnusedSA; /**< The number of frames received with resolved SCI on disabled or not provisioned SA
620 uint64_t outPktsProtected; /**< The number of frames, that the user of the controlled port requested to
622 uint64_t outPktsEncrypted; /**< The number of frames, that the user of the controlled port requested to
633 uint64_t inPktsUntagged; /**< The number of received packets without the MAC security tag
635 uint64_t inPktsNoTag; /**< The number of received packets discarded without the
637 uint64_t inPktsBadTag; /**< The number of received packets discarded with an invalid
639 uint64_t inPktsUnknownSCI; /**< The number of received packets with unknown SCI with the
642 uint64_t inPktsNoSCI; /**< The number of received packets discarded with unknown SCI
645 uint64_t inPktsOverrun; /**< The number of packets discarded because the number of
648 uint64_t inOctetsValidated; /**< The number of octets of plaintext recovered from received frames with
650 uint64_t inOctetsDecrypted; /**< The number of octets of plaintext recovered from received frames with
653 uint64_t outPktsUntagged; /**< The number of frames, that the user of the controlled port requested to
655 uint64_t outPktsTooLong; /**< The number of frames, that the user of the controlled port requested to
658 uint64_t outOctetsProtected; /**< The number of octets of User Data in transmitted frames that were
660 uint64_t outOctetsEncrypted; /**< The number of octets of User Data in transmitted frames that were