Lines Matching defs:efx_mcdi_iface
67 struct efx_mcdi_iface { struct
68 struct efx_nic *efx;
69 enum efx_mcdi_state state;
70 enum efx_mcdi_mode mode;
71 wait_queue_head_t wq;
72 spinlock_t iface_lock;
73 bool new_epoch;
74 unsigned int credits;
75 unsigned int seqno;
76 int resprc;
77 int resprc_raw;
78 size_t resp_hdr_len;
79 size_t resp_data_len;
80 spinlock_t async_lock;
81 struct list_head async_list;
82 struct timer_list async_timer;
84 char *logging_buffer;
85 bool logging_enabled;
87 unsigned int proxy_rx_handle;
88 int proxy_rx_status;
89 wait_queue_head_t proxy_rx_wq;