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