Lines Matching defs:il_stats
48 struct il_stats { struct
49 u_short ils_fill1;
50 u_short ils_length; /* Length (should be 62) */
51 u_char ils_addr[6]; /* Ethernet Address */
52 u_short ils_frames; /* Number of Frames Received */
53 u_short ils_rfifo; /* Number of Frames in Receive FIFO */
54 u_short ils_xmit; /* Number of Frames Transmitted */
55 u_short ils_xcollis; /* Number of Excess Collisions */
56 u_short ils_frag; /* Number of Fragments Received */
57 u_short ils_lost; /* Number of Times Frames Lost */
58 u_short ils_multi; /* Number of Multicasts Accepted */
59 u_short ils_rmulti; /* Number of Multicasts Rejected */
60 u_short ils_crc; /* Number of CRC Errors */
61 u_short ils_align; /* Number of Alignment Errors */
62 u_short ils_collis; /* Number of Collisions */
63 u_short ils_owcollis; /* Number of Out-of-window Collisions */
64 u_short ils_fill2[8];
65 char ils_module[8]; /* Module ID */
66 char ils_firmware[8]; /* Firmware ID */