Searched defs:efx_mcdi_iface (Results 1 – 1 of 1) sorted by relevance
70 struct efx_mcdi_iface { struct71 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;[all …]