Lines Matching defs:efx_mcdi_iface
62 struct efx_mcdi_iface { struct
63 struct efx_nic *efx;
64 enum efx_mcdi_state state;
65 enum efx_mcdi_mode mode;
66 wait_queue_head_t wq;
67 spinlock_t iface_lock;
68 bool new_epoch;
69 unsigned int credits;
70 unsigned int seqno;
71 int resprc;
72 size_t resp_hdr_len;
73 size_t resp_data_len;
74 spinlock_t async_lock;
75 struct list_head async_list;
76 struct timer_list async_timer;