diff options
-rw-r--r-- | drivers/net/sfc/selftest.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/sfc/selftest.c b/drivers/net/sfc/selftest.c index 23e646a6c2cf..4f4f287f574f 100644 --- a/drivers/net/sfc/selftest.c +++ b/drivers/net/sfc/selftest.c | |||
@@ -55,6 +55,7 @@ static const char *payload_msg = | |||
55 | * @flush: Drop all packets in efx_loopback_rx_packet | 55 | * @flush: Drop all packets in efx_loopback_rx_packet |
56 | * @packet_count: Number of packets being used in this test | 56 | * @packet_count: Number of packets being used in this test |
57 | * @skbs: An array of skbs transmitted | 57 | * @skbs: An array of skbs transmitted |
58 | * @offload_csum: Checksums are being offloaded | ||
58 | * @rx_good: RX good packet count | 59 | * @rx_good: RX good packet count |
59 | * @rx_bad: RX bad packet count | 60 | * @rx_bad: RX bad packet count |
60 | * @payload: Payload used in tests | 61 | * @payload: Payload used in tests |
@@ -63,10 +64,7 @@ struct efx_loopback_state { | |||
63 | bool flush; | 64 | bool flush; |
64 | int packet_count; | 65 | int packet_count; |
65 | struct sk_buff **skbs; | 66 | struct sk_buff **skbs; |
66 | |||
67 | /* Checksums are being offloaded */ | ||
68 | bool offload_csum; | 67 | bool offload_csum; |
69 | |||
70 | atomic_t rx_good; | 68 | atomic_t rx_good; |
71 | atomic_t rx_bad; | 69 | atomic_t rx_bad; |
72 | struct efx_loopback_payload payload; | 70 | struct efx_loopback_payload payload; |