Home
last modified time | relevance | path

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

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