diff options
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index 30fb21e60511..fddf8f5870ce 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -350,9 +350,9 @@ enum efx_rx_alloc_method { | |||
350 | * @rx_alloc_push_pages: RX allocation method currently in use for pushing | 350 | * @rx_alloc_push_pages: RX allocation method currently in use for pushing |
351 | * descriptors | 351 | * descriptors |
352 | * @n_rx_tobe_disc: Count of RX_TOBE_DISC errors | 352 | * @n_rx_tobe_disc: Count of RX_TOBE_DISC errors |
353 | * @n_rx_ip_frag_err: Count of RX IP fragment errors | ||
354 | * @n_rx_ip_hdr_chksum_err: Count of RX IP header checksum errors | 353 | * @n_rx_ip_hdr_chksum_err: Count of RX IP header checksum errors |
355 | * @n_rx_tcp_udp_chksum_err: Count of RX TCP and UDP checksum errors | 354 | * @n_rx_tcp_udp_chksum_err: Count of RX TCP and UDP checksum errors |
355 | * @n_rx_mcast_mismatch: Count of unmatched multicast frames | ||
356 | * @n_rx_frm_trunc: Count of RX_FRM_TRUNC errors | 356 | * @n_rx_frm_trunc: Count of RX_FRM_TRUNC errors |
357 | * @n_rx_overlength: Count of RX_OVERLENGTH errors | 357 | * @n_rx_overlength: Count of RX_OVERLENGTH errors |
358 | * @n_skbuff_leaks: Count of skbuffs leaked due to RX overrun | 358 | * @n_skbuff_leaks: Count of skbuffs leaked due to RX overrun |
@@ -380,9 +380,9 @@ struct efx_channel { | |||
380 | int rx_alloc_push_pages; | 380 | int rx_alloc_push_pages; |
381 | 381 | ||
382 | unsigned n_rx_tobe_disc; | 382 | unsigned n_rx_tobe_disc; |
383 | unsigned n_rx_ip_frag_err; | ||
384 | unsigned n_rx_ip_hdr_chksum_err; | 383 | unsigned n_rx_ip_hdr_chksum_err; |
385 | unsigned n_rx_tcp_udp_chksum_err; | 384 | unsigned n_rx_tcp_udp_chksum_err; |
385 | unsigned n_rx_mcast_mismatch; | ||
386 | unsigned n_rx_frm_trunc; | 386 | unsigned n_rx_frm_trunc; |
387 | unsigned n_rx_overlength; | 387 | unsigned n_rx_overlength; |
388 | unsigned n_skbuff_leaks; | 388 | unsigned n_skbuff_leaks; |