Home
last modified time | relevance | path

Searched defs:hipnet_statistics (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dif_hippi.h55 struct hipnet_statistics { struct
56 int rx_packets; /* total packets received */
57 int tx_packets; /* total packets transmitted */
58 int rx_errors; /* bad packets received */
59 int tx_errors; /* packet transmit problems */
60 int rx_dropped; /* no space in linux buffers */
61 int tx_dropped; /* no space available in linux */
64 int rx_length_errors;
65 int rx_over_errors; /* receiver ring buff overflow */
66 int rx_crc_errors; /* recved pkt with crc error */
[all …]