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

Lines Matching refs:uint64_t

154     uint64_t  eStatPkts64;             /**< r-10G tr-DT 64 byte frame counter */
155 uint64_t eStatPkts65to127; /**< r-10G 65 to 127 byte frame counter */
156 uint64_t eStatPkts128to255; /**< r-10G 128 to 255 byte frame counter */
157 uint64_t eStatPkts256to511; /**< r-10G 256 to 511 byte frame counter */
158 uint64_t eStatPkts512to1023; /**< r-10G 512 to 1023 byte frame counter */
159 uint64_t eStatPkts1024to1518; /**< r-10G 1024 to 1518 byte frame counter */
160 uint64_t eStatPkts1519to1522; /**< r-10G 1519 to 1522 byte good frame count */
162 uint64_t eStatFragments; /**< Total number of packets that were less than 64 octets long with a wrong CRC.*/
163 uint64_t eStatJabbers; /**< Total number of packets longer than valid maximum length octets */
164 uint64_t eStatsDropEvents; /**< number of dropped packets due to internal errors of the MAC Client (during receive). */
165 uint64_t eStatCRCAlignErrors; /**< Incremented when frames of correct length but with CRC error are received.*/
166 uint64_t eStatUndersizePkts; /**< Incremented for frames under 64 bytes with a valid FCS and otherwise well formed;
168 uint64_t eStatOversizePkts; /**< Incremented for frames which exceed 1518 (non VLAN) or 1522 (VLAN) and contains
171 uint64_t teStatPause; /**< Pause MAC Control received */
172 uint64_t reStatPause; /**< Pause MAC Control sent */
174 uint64_t ifInOctets; /**< Total number of byte received. */
175 uint64_t ifInPkts; /**< Total number of packets received.*/
176 uint64_t ifInUcastPkts; /**< Total number of unicast frame received;
178 uint64_t ifInMcastPkts; /**< Total number of multicast frame received*/
179 uint64_t ifInBcastPkts; /**< Total number of broadcast frame received */
180 uint64_t ifInDiscards; /**< Frames received, but discarded due to problems within the MAC RX. */
181 uint64_t ifInErrors; /**< Number of frames received with error:
187 uint64_t ifOutOctets; /**< Total number of byte sent. */
188 uint64_t ifOutPkts; /**< Total number of packets sent .*/
189 uint64_t ifOutUcastPkts; /**< Total number of unicast frame sent;
191 uint64_t ifOutMcastPkts; /**< Total number of multicast frame sent */
192 uint64_t ifOutBcastPkts; /**< Total number of multicast frame sent */
193 uint64_t ifOutDiscards; /**< Frames received, but discarded due to problems within the MAC TX N/A!.*/
194 uint64_t ifOutErrors; /**< Number of frames transmitted with error: