Lines Matching defs:ncsi_rsp_gnpts_pkt
277 struct ncsi_rsp_gnpts_pkt { struct
278 struct ncsi_rsp_pkt_hdr rsp; /* Response header */
279 __be32 tx_pkts; /* Tx packets */
280 __be32 tx_dropped; /* Tx dropped packets */
281 __be32 tx_channel_err; /* Tx channel errors */
282 __be32 tx_us_err; /* Tx undersize errors */
283 __be32 rx_pkts; /* Rx packets */
284 __be32 rx_dropped; /* Rx dropped packets */
285 __be32 rx_channel_err; /* Rx channel errors */
286 __be32 rx_us_err; /* Rx undersize errors */
287 __be32 rx_os_err; /* Rx oversize errors */
288 __be32 checksum; /* Checksum */