Lines Matching defs:pStats

219 static int vboxNetAdpSolarisGetStats(gld_mac_info_t *pMacInfo, struct gld_stats *pStats);
518 static int vboxNetAdpSolarisGetStats(gld_mac_info_t *pMacInfo, struct gld_stats *pStats)
528 pStats->glds_speed = 1000000000ULL; /* Bits/sec. */
529 pStats->glds_media = GLDM_UNKNOWN; /* Media/Connector Type */
530 pStats->glds_intr = 0; /* Interrupt count */
531 pStats->glds_norcvbuf = 0; /* Recv. discards */
532 pStats->glds_errxmt = 0; /* Xmit errors */
533 pStats->glds_errrcv = 0; /* Recv. errors */
534 pStats->glds_missed = 0; /* Pkt Drops on Recv. */
535 pStats->glds_underflow = 0; /* Buffer underflows */
536 pStats->glds_overflow = 0; /* Buffer overflows */
539 pStats->glds_frame = 0; /* Align errors */
540 pStats->glds_crc = 0; /* CRC errors */
541 pStats->glds_duplex = GLD_DUPLEX_FULL; /* Link duplex state */
542 pStats->glds_nocarrier = 0; /* Carrier sense errors */
543 pStats->glds_collisions = 0; /* Xmit Collisions */
544 pStats->glds_excoll = 0; /* Frame discard due to excess collisions */
545 pStats->glds_xmtlatecoll = 0; /* Late collisions */
546 pStats->glds_defer = 0; /* Deferred Xmits */
547 pStats->glds_dot3_first_coll = 0; /* Single collision frames */
548 pStats->glds_dot3_multi_coll = 0; /* Multiple collision frames */
549 pStats->glds_dot3_sqe_error = 0; /* SQE errors */
550 pStats->glds_dot3_mac_xmt_error = 0; /* MAC Xmit errors */
551 pStats->glds_dot3_mac_rcv_error = 0; /* Mac Recv. errors */
552 pStats->glds_dot3_frame_too_long = 0; /* Frame too long errors */
553 pStats->glds_short = 0; /* Runt frames */
555 pStats->glds_noxmtbuf = 0; /* Xmit Buf errors */
556 pStats->glds_xmtretry = 0; /* Xmit retries */
557 pStats->glds_multixmt = 0; /* Multicast Xmits */
558 pStats->glds_multircv = 0; /* Multicast Recvs. */
559 pStats->glds_brdcstxmt = 0; /* Broadcast Xmits*/
560 pStats->glds_brdcstrcv = 0; /* Broadcast Recvs. */