Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cisco/enic/
Denic.h131 struct enic_wq_stats { struct
132 u64 packets; /* pkts queued for Tx */
133 u64 stopped; /* Tx ring almost full, queue stopped */
134 u64 wake; /* Tx ring no longer full, queue woken up*/
135 u64 tso; /* non-encap tso pkt */
136 u64 encap_tso; /* encap tso pkt */
137 u64 encap_csum; /* encap HW csum */
138 u64 csum_partial; /* skb->ip_summed = CHECKSUM_PARTIAL */
139 u64 csum_none; /* HW csum not required */
140 u64 bytes; /* bytes queued for Tx */
[all …]