sfc: Move inline comment into kernel-doc

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ben Hutchings
2009-11-25 16:12:24 +00:00
committed by David S. Miller
parent 8be4f3e6f7
commit f30eb23ea5

View File

@@ -55,6 +55,7 @@ static const char *payload_msg =
* @flush: Drop all packets in efx_loopback_rx_packet * @flush: Drop all packets in efx_loopback_rx_packet
* @packet_count: Number of packets being used in this test * @packet_count: Number of packets being used in this test
* @skbs: An array of skbs transmitted * @skbs: An array of skbs transmitted
* @offload_csum: Checksums are being offloaded
* @rx_good: RX good packet count * @rx_good: RX good packet count
* @rx_bad: RX bad packet count * @rx_bad: RX bad packet count
* @payload: Payload used in tests * @payload: Payload used in tests
@@ -63,10 +64,7 @@ struct efx_loopback_state {
bool flush; bool flush;
int packet_count; int packet_count;
struct sk_buff **skbs; struct sk_buff **skbs;
/* Checksums are being offloaded */
bool offload_csum; bool offload_csum;
atomic_t rx_good; atomic_t rx_good;
atomic_t rx_bad; atomic_t rx_bad;
struct efx_loopback_payload payload; struct efx_loopback_payload payload;