Home
last modified time | relevance | path

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

/openbmc/u-boot/include/net/
H A Dncsi-pkt.h304 struct ncsi_rsp_gnpts_pkt { struct
305 struct ncsi_rsp_pkt_hdr rsp; /* Response header */
306 __be32 tx_pkts; /* Tx packets */
307 __be32 tx_dropped; /* Tx dropped packets */
308 __be32 tx_channel_err; /* Tx channel errors */
309 __be32 tx_us_err; /* Tx undersize errors */
310 __be32 rx_pkts; /* Rx packets */
311 __be32 rx_dropped; /* Rx dropped packets */
312 __be32 rx_channel_err; /* Rx channel errors */
313 __be32 rx_us_err; /* Rx undersize errors */
[all …]
/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h313 struct ncsi_rsp_gnpts_pkt { struct
314 struct ncsi_rsp_pkt_hdr rsp; /* Response header */
315 __be32 tx_pkts; /* Tx packets */
316 __be32 tx_dropped; /* Tx dropped packets */
317 __be32 tx_channel_err; /* Tx channel errors */
318 __be32 tx_us_err; /* Tx undersize errors */
319 __be32 rx_pkts; /* Rx packets */
320 __be32 rx_dropped; /* Rx dropped packets */
321 __be32 rx_channel_err; /* Rx channel errors */
322 __be32 rx_us_err; /* Rx undersize errors */
[all …]