Searched defs:funeth_txq_stats (Results 1 – 1 of 1) sorted by relevance
79 struct funeth_txq_stats { /* per Tx queue SW counters */ struct80 u64 tx_pkts; /* # of Tx packets */81 u64 tx_bytes; /* total bytes of Tx packets */82 u64 tx_cso; /* # of packets with checksum offload */84 u64 tx_encap_tso; /* # of encapsulated TSO super-packets */86 u64 tx_more; /* # of DBs elided due to xmit_more */87 u64 tx_nstops; /* # of times the queue has stopped */88 u64 tx_nrestarts; /* # of times the queue has restarted */91 u64 tx_tls_pkts; /* # of Tx TLS packets offloaded to HW */92 u64 tx_tls_bytes; /* Tx bytes of HW-handled TLS payload */[all …]
Completed in 5 milliseconds