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