Lines Matching defs:bnad_drv_stats
154 struct bnad_drv_stats { struct
155 u64 netif_queue_stop;
156 u64 netif_queue_wakeup;
157 u64 netif_queue_stopped;
158 u64 tso4;
159 u64 tso6;
160 u64 tso_err;
161 u64 tcpcsum_offload;
162 u64 udpcsum_offload;
163 u64 csum_help;
164 u64 tx_skb_too_short;
165 u64 tx_skb_stopping;
166 u64 tx_skb_max_vectors;
167 u64 tx_skb_mss_too_long;
168 u64 tx_skb_tso_too_short;
169 u64 tx_skb_tso_prepare;
170 u64 tx_skb_non_tso_too_long;
171 u64 tx_skb_tcp_hdr;
172 u64 tx_skb_udp_hdr;
173 u64 tx_skb_csum_err;
174 u64 tx_skb_headlen_too_long;
198 struct bnad_drv_stats drv_stats; argument