Lines Matching defs:bnad_drv_stats
144 struct bnad_drv_stats { struct
145 u64 netif_queue_stop;
146 u64 netif_queue_wakeup;
147 u64 netif_queue_stopped;
148 u64 tso4;
149 u64 tso6;
150 u64 tso_err;
151 u64 tcpcsum_offload;
152 u64 udpcsum_offload;
153 u64 csum_help;
154 u64 tx_skb_too_short;
155 u64 tx_skb_stopping;
156 u64 tx_skb_max_vectors;
157 u64 tx_skb_mss_too_long;
158 u64 tx_skb_tso_too_short;
159 u64 tx_skb_tso_prepare;
160 u64 tx_skb_non_tso_too_long;
161 u64 tx_skb_tcp_hdr;
162 u64 tx_skb_udp_hdr;
163 u64 tx_skb_csum_err;
164 u64 tx_skb_headlen_too_long;
188 struct bnad_drv_stats drv_stats; argument