Linux Kernel
3.7.1
|
#include <mcdi.h>
Data Fields | |
atomic_t | state |
wait_queue_head_t | wq |
spinlock_t | iface_lock |
enum efx_mcdi_mode | mode |
unsigned int | credits |
unsigned int | seqno |
unsigned int | resprc |
size_t | resplen |
struct efx_mcdi_iface : Interface state. Waited for by mcdi_wq. : Wait queue for threads waiting for state != STATE_RUNNING : Protects , , , : Poll for mcdi completion, or wait for an mcdi_event. Serialised by : The next sequence number to use for mcdi requests. Serialised by : Number of spurious MCDI completion events allowed before we trigger a fatal error. Protected by : Returned MCDI completion : Returned payload length
spinlock_t iface_lock |
enum efx_mcdi_mode mode |