Searched defs:funeth_txq_stats (Results 1 – 1 of 1) sorted by relevance
80 struct funeth_txq_stats { /* per Tx queue SW counters */ struct81 u64 tx_pkts; /* # of Tx packets */82 u64 tx_bytes; /* total bytes of Tx packets */83 u64 tx_cso; /* # of packets with checksum offload */84 u64 tx_tso; /* # of non-encapsulated TSO super-packets */85 u64 tx_encap_tso; /* # of encapsulated TSO super-packets */86 u64 tx_uso; /* # of non-encapsulated UDP LSO super-packets */87 u64 tx_more; /* # of DBs elided due to xmit_more */88 u64 tx_nstops; /* # of times the queue has stopped */89 u64 tx_nrestarts; /* # of times the queue has restarted */[all …]