|
Linux Kernel
3.7.1
|
Data Fields | |
| bool | flush |
| int | packet_count |
| struct sk_buff ** | skbs |
| bool | offload_csum |
| atomic_t | rx_good |
| atomic_t | rx_bad |
| struct efx_loopback_payload | payload |
efx_loopback_state - persistent state during a loopback selftest : Drop all packets in efx_loopback_rx_packet : Number of packets being used in this test : An array of skbs transmitted : Checksums are being offloaded : RX good packet count : RX bad packet count : Payload used in tests
Definition at line 80 of file selftest.c.
| bool flush |
Definition at line 81 of file selftest.c.
| bool offload_csum |
Definition at line 84 of file selftest.c.
| int packet_count |
Definition at line 82 of file selftest.c.
| struct efx_loopback_payload payload |
Definition at line 87 of file selftest.c.
| atomic_t rx_bad |
Definition at line 86 of file selftest.c.
| atomic_t rx_good |
Definition at line 85 of file selftest.c.
Definition at line 83 of file selftest.c.
1.8.2