Searched defs:virtio_net_stats_tx_basic (Results 1 – 3 of 3) sorted by relevance
482 struct virtio_net_stats_tx_basic { struct483 struct virtio_net_stats_reply_hdr hdr;485 __le64 tx_notifications;487 __le64 tx_packets;488 __le64 tx_bytes;490 __le64 tx_interrupts;492 __le64 tx_drops;493 __le64 tx_drop_malformed;
369 pub struct virtio_net_stats_tx_basic { struct370 pub hdr: virtio_net_stats_reply_hdr,371 pub tx_notifications: __le64,372 pub tx_packets: __le64,373 pub tx_bytes: __le64,374 pub tx_interrupts: __le64,375 pub tx_drops: __le64,376 pub tx_drop_malformed: __le64,
681 pub struct virtio_net_stats_tx_basic { struct692 ["Size of virtio_net_stats_tx_basic"] argument